Viewing post 1 (of 1 total)
To solve the issue, change 'dbo' to match a correct login, using either sp_changedbowner or with the following SQL code:
ALTER AUTHORIZATION ON DATABASE::[dbname] TO [somevalidlogin]
November 12, 2008 at 2:54 pm
#897794