[CR #400680] The dbccdb database does not support workspace names longer than 30 characters.
Workaround:
In dbcc_exclusions table in dbccdb, modify the table_name column from varchar(30) to varchar(255).
In sp_dbcc_run_evaluatedb, to modify the @wsname local variable from varchar(30) to varchar(255).
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |