Error Message:
Cannot use the special principal sa
Cannot use the special principal dbo
Fix/resolution:
Try to change the db owner.
Sample Script:
exec sp_changedbowner 'sa','true'
Error Message:
Cannot use the special principal sa
Cannot use the special principal dbo
Fix/resolution:
Try to change the db owner.
Sample Script:
exec sp_changedbowner 'sa','true'