sql server services, sql server agent services, backup, restore, error, jobs, scripts,indexes,replication, log shipping, database mirroring, AlwaysON, clustering, DBCC commands, stored procedures, DMV's commands, basics and etc.
11 March 2013
To Drop encryption keys
/* Clean up database */ USE EncryptTest GO CLOSE SYMMETRIC KEY TestTableKey GO DROP SYMMETRIC KEY TestTableKey GO DROP CERTIFICATE EncryptTestCert GO DROP MASTER KEY GO USE [master] GO DROP DATABASE [EncryptTest] GO
it is ok shiva. I understand how to drop the encryption keys.
ReplyDeletecould you please tell me the procedure to configure the TDE for database backup
After modifying the view of the blog now its looking good shiva ...
ReplyDeleteAnd shiva your blog is helpful for every user...
ReplyDeletei would like to follow your blog.