Error Message:
Cannot use the special principal sa
Cannot use the special principal dbo
Fix/resolution:
Try to change the db owner.
Sample Script:
[sql]
exec sp_changedbowner ‘sa’,’true’
[/sql]
LEARN SQL SERVER ONLINE
Error Message:
Cannot use the special principal sa
Cannot use the special principal dbo
Fix/resolution:
Try to change the db owner.
Sample Script:
[sql]
exec sp_changedbowner ‘sa’,’true’
[/sql]