I have backed up an encrypted DB (symmetric key/certificate) and restored it on a different server.
Unfortuantely we're having problems with the decryption... hoping someone can help.
In the restored db, I can see the Symmetric Key and the Certificate in SSMS, but when I try to Open the key using the cert ( open symmetric key KeyA decryption by certificate CertB )I get the following very descriptive error:
Msg 15466, Level 16, State 1, Line 1 An error occurred during decryption.
Any ideas?
Thanks in advance.