Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 tde revert

Author  Topic 

hoseinrabiee
Starting Member

1 Post

Posted - 2010-06-21 : 07:23:56
Hi,
I have encrypted "MyDatabase" by TDE ; but when i want to decrypt it by this
command:
ALTER DATABASE MyDatabase SET ENCRYPTION = OFF;

i receive this error:

Msg 33109, Level 16, State 1, Line 1
Cannot disable database encryption while an encryption, decryption, or key
change scan is in progress.
Msg 5069, Level 16, State 1, Line 1
ALTER DATABASE statement failed.

what is the solution?

   

- Advertisement -