Viewing post 1 (of 1 total)
Hi Folks,
I got the same error message and tried the following solution after googling a bit.
Solution is as::
EXEC sp_dbcmptlevel '<Your Database>', '90';
go
ALTER AUTHORIZATION ON DATABASE::Your Database TO "USER LOGIN"
use [Your...
January 12, 2010 at 4:27 am
#1102292