Showing posts with label Cannot use the special principal 'sa'. Microsoft SQL Server. Show all posts
Showing posts with label Cannot use the special principal 'sa'. Microsoft SQL Server. Show all posts

Wednesday, July 22, 2009

Cannot use the special principal 'sa'. Microsoft SQL Server, Error: 15405

ERROR: Cannot use the special principal 'sa'. Microsoft SQL Server, Error: 15405

SOLUTION: run this command in the query editor window for each database
exec sp_changedbowner 'sa','true'