BUG: Sp_certify_removable Db_name, Auto Fails If Case SensitiveLast reviewed: April 17, 1997Article ID: Q157733 |
The information in this article applies to:
SYMPTOMSSp_certify_removable "db_name", AUTO fails with error 15258 instead of giving ownership of the database and all database objects to the systems administrator (SA) and dropping any user-created database users and any permissions they may have.
CAUSEWhen you run sp_certify_removable with the AUTO option, it calls sp_check_removable with the 'Auto' parameter. Inside sp_check_removable, the input parameter is tested with the value 'auto' instead of 'Auto'. This problem does not occur with a case insensitive sort order.
WORKAROUNDTo work around this problem, install SQLServer with an insensitive sort order.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. |
Keywords : kbbug6.50 SsrvTran_SQL
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |