The information in this article applies to:
SYMPTOMSWhen attempting to change the system administrator (SA) password by changing the value in the Password box of the SQL Server Login Properties dialog box (on the General tab) in the SQL Server Enterprise Manager, you may receive the following error message:
CAUSEThis problem can be the result of performing a restore to a server where the database owner (DBO) login does not exist. In this case, one or more DBOs are mapped to NULL, and there is no specific DBO listed. The SQL Server Distributed Management Object (SQL-DMO) collection will have no record of 'DBO' and will not allow the SA password change. WORKAROUND
To work around this problem, use the sp_changedbowner stored procedure to change the owner of the database to a login that exists on the server. MORE INFORMATIONFor more information on the sp_changedbowner and sp_password stored procedures, please see the SQL Server 7.0 Books Online. Additional query words: pw gui tool ent man entman SEM T-SQL Transact-SQL
Keywords : SSrvAdmin kbSQLServ700 |
Last Reviewed: March 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |