BUG: Sp_certify_removable Db_name, Auto Fails If Case SensitiveID: Q157733 
  | 
Sp_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.
When 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.
To work around this problem, install SQLServer with an insensitive sort order.
Keywords          : SSrvTran_SQL kbbug6.50 
Version           : 6.5
Platform          : winnt 
Issue type        : kbbug 
Last Reviewed: April 3, 1999