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'

1 comment: