Do we need to know the database master key password inorder to restore the same from a Master Key backup
What if the scenario is like, I have Master Key backup file but do not have the password specified at the time of creation
Any help is appreciated.
satya

Restore Master Key
Janus_42
To recreate the same symmetric key that you used for encryption, you need to use the same algorithm, identity_value, and key_source in the CREATE SYMMETRIC KEY statement. Also take a look at: http://blogs.msdn.com/lcris/archive/2005/10/14/481434.aspx, the last pargraph is relevant to this.
Thanks
Laurentiu
Eindhoven
Thanks
I needed just a clarification. We are actually trying to develop an implementation strategy for encrypting data in SQL 2005.
satya
B-me
You need the password. If you don't have it, you cannot use the backup.
Thanks
Laurentiu
javaGurL
Works like a charm !! Thanks.
Only concern, I have is that we need to remember little more things for recover process to work perfectly :)
Is there any white paper yet on "Recocering Encrypted databases".
thanks
satya
Gene B. 3
Most of it I can find it in your blogs. May be I am looking for a consolidated one.
Sorry if this is a repeated question and you might have answered these kiind concerns already.
thanks
satya
Drew P
For the FORCE option, see http://blogs.msdn.com/lcris/archive/2006/04/10/572678.aspx. It's not an option to bypass the password protection.
I'll transmit your suggestions to our documentation team, so they can look into adding new articles on these topics or update existing articles and add more information.
Thanks
Laurentiu
rubenswise
You could store those pieces of information in a separate table encrypted by a certificate.
What exactly would you like covered under the title "recovering encrypted databases"
Thanks
Laurentiu
StephanLotter
Quick Follow-up on this. This is what exactly I am trying to test.
Once this all is working fine, do these backups
Drop the these following security objects
Restore keys from backups
I receive no errors while performing these T-SQL statements, but I am no longer able to view previously encrypted data. Decrypted values showing as NULL
Do you think, I am trying to do something wrong here
thanks
satya