[CR #400680] The dbccdb database does not support workspace names longer than 30 characters. Further exclusions cannot be defined for tables with names longer than 30 characters.
Workaround: Alter the table dbcc_exclusions in dbccdb to modify the table_name column from varchar(30) to varchar(255) and modify the stored procedure sp_dbcc_run_evaluatedb to modify the @wsname local variable from varchar(30) to varchar(255).
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |