Showing posts with label Error: 15405. Show all posts
Showing posts with label Error: 15405. 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'