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

3 comments:

  1. it is ok shiva. I understand how to drop the encryption keys.
    could you please tell me the procedure to configure the TDE for database backup

    ReplyDelete
  2. After modifying the view of the blog now its looking good shiva ...

    ReplyDelete
  3. And shiva your blog is helpful for every user...
    i would like to follow your blog.

    ReplyDelete