BUG: Use of Sp_dboption by an Aliased DBO Fails with Error 15244ID: Q172751
|
BUG #: 16242 (6.5)
15545 (6.0)
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:
Msg 15244, Level 16, State 1
Only the System Administrator (SA) or the owner of the database may set
db options
sp_dboption pubs, 'single', true
SQL Server incorrectly checks the user validation in the sp_dboption system stored procedure for aliased DBOs.
To 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.
Microsoft 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
Version : 6.0 6.5
Platform : winnt
Issue type : kbbug
Last Reviewed: April 19, 1999