Cannot use special principal sa – SQLSERVERLEARNER https://sqlserverlearner.com LEARN SQL SERVER ONLINE Mon, 04 Jun 2012 09:11:43 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 sql server error 15405 https://sqlserverlearner.com/2012/06/04/sql-server-error-15405/ https://sqlserverlearner.com/2012/06/04/sql-server-error-15405/#respond Mon, 04 Jun 2012 09:11:43 +0000 https://sqlserverlearner.azurewebsites.net/2012/06/04/sql-server-error-15405/ 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]

]]>
https://sqlserverlearner.com/2012/06/04/sql-server-error-15405/feed/ 0