Tuesday, January 13, 2009

Have You Backed Up Your Database Master Key?

If you have encrypted columns in a database or certificates used to create them, you need to make sure that you back up the Database Master Key as part of your maintenance, and then protect that backup file. Here's the short version of the command:

BACKUP MASTER KEY
TO FILE = ''
ENCRYPTION BY PASSWORD = '' ;
GO


http://msdn.microsoft.com/en-us/library/aa337546(SQL.90).aspx

No comments: