The database owner SID recorded in the master database
Error when adding a database.
X Installing Test Framework
This database is a restore from another server, so I'm used to dropping and re-adding user accounts b/c of SID issues, however the owner of the database in question is a domain account with permissions on both servers.
Based on my searching, it appears to be having trouble installing the CLR.
X Installing Test Framework
The database owner SID recorded in the master database differs from the database owner SID recorded in database 'Database'. You should correct the situation by resetting the owner of database 'Database' using ALTER AUTHORIZATION statement.
This database is a restore from another server, so I'm used to dropping and re-adding user accounts b/c of SID issues, however the owner of the database in question is a domain account with permissions on both servers.
Based on my searching, it appears to be having trouble installing the CLR.
Comments
(please note we do not take any responsibility for incorrect information in either source)
I can (and do) have databases on my system that have different owners, and the owners are not the owners of the master database.
The only reason that I can think of to force the SID to be the same for the Master Database and the User database is because of the CLR usage, which can sometimes run into problems if the SIDs are mismatched.
Is that the reason for this check? i'm curious.
Thanks!