The information in this article applies to:
SYMPTOMS
When an aliased database owner (DBO) attempts to change any of the database
options using the sp_dboption system stored procedure, the following error
message is raised from the stored procedure:
Consider the following scenario: Assume you have a login name of Raj aliased as the DBO in the pubs database. Log on as Raj and try to change the database option for the pubs database by executing the command below. You will encounter the error message described above.
This behavior is incorrect; Raj should be able to change the database options. CAUSESQL Server incorrectly checks the user validation in the sp_dboption system stored procedure for aliased DBOs. WORKAROUNDTo work around this problem, log on as a system administrator (SA) to be recognized as the only DBO who will be able to make database option changes using the sp_dboption system stored procedure. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server versions 6.0 and 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: alias
Keywords : kbprg kbusage SSrvProg SSrvTran_SQL kbbug6.50 kbbug6.00 |
Last Reviewed: April 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |