Running a test on migrating our old SQL server to our new one. When I tried to restore a database, I ran into this error:
As far as I can tell, TDE was never enabled on this database, although we did do some testing on the old server. When I ran 'select name,is_encrypted,* from sys.databases', the DB shows as unencrypted.
Any ideas?