Hello,I have a problem that seems to be a bug existing in SQL 2008 R1/R2 http://support.microsoft.com/kb/2300689/en-us ). But I work on SQL 2014, so I don't know what to think.I did tried the encryption on server "A" for database "AdventureWorks2012". Then I tried to restore to server "B". There was the certificate issue, and I thought "of course : it's encrypted ! Let's deactivate it". So here I go "ALTER DATABASE AdventureWorks2012 SET ENCYRPTION OFF".I look at sys.databases : not encrypted.I backup using no encryption, I verify using msdb.dbo.backupset : not encrypted.I move my backup to my other server where encryption was never configured (so no certificate, nothing...), and I have the error :Msg 33111, Level 16, State 3, Line 1Cannot find server certificate with thumbprint '0xFA130E58C999C4919B8975999C83A75A403B11D8'.Msg 3013, Level 16, State 1, Line 1RESTORE DATABASE is terminating abnormally.I don't understand why. It really seems that it's the same bug that on SQL 2008.Any idea, anyone ?Thanks in advance,Regards,Vincent
↧