English 中文(简体)
Using sql server 2008 and TDE is it possible to create a database backup that is not encrypted?
原标题:

Is it possible to take a database that is using TDE and create a backup file that is not encrypted?

I know that I could create a backup, import into another database (using the key and certificate), turn off TDE and create a backup.

I m wondering if there is a more straight forward approach.

最佳回答

nope. that would defeat the purpose of TDE. if backup was unencrypted then anyone could get an easy copy of the database.

问题回答

暂无回答




相关问题
Performance impact of indexed view in MS SQL Server 2008

Does anyone have experience with using indexed view in MS SQL Server 2008? I am trying to find out how does indexed view affect performance of insert / update statements, that are adding / updating ...

Lock Escalation - What s happening here?

While altering a table (removing a column) in SQL Server 2008, I clicked the Generate Change Script button and I noticed that the change script it generated drops the column, says "go" and then runs ...

Round to nearest 5 in SQL Server

I have a Money column in my SQL Server 2008 table. In my below query how can I round it to nearest 5$ select FineAmount from tickets Thanks

热门标签