- 论坛徽章:
- 0
|
关于dbccdb的问题
惨了 建立了dbcc库以后 执行dbcc checkstorage(foc_bcp) 错误如下:
Checking foc_bcp
Server Message: Number 9979, Severity 10
Line 1:
Too many worker processes (2) are configured for the available 16K buffer pool. This buffer pool can only support 1 workers.
Server Message: Number 9975, Severity 10
Line 1:
DBCC CHECKSTORAGE for database 'foc_bcp' encountered an error. Some results may not be available. Correct the problems reported and reexecute the CHECKSTORAGE command.
Server Message: Number 9961, Severity 17
Line 1:
DBCC failed to connect to the requested number of worker processes. The number of workers configured is insufficient, or the number of workers exceeds 128. Use sp_dbcc_updateconfig to reduce 'max worker processes' for this database.
Server Message: Number 9960, Severity 20
Line 1:
A non-recoverable error has occurred in the CHECKSTORAGE operation. The operation has been aborted.
感觉第一个错误和第三个错误完全是矛盾的嘛
我快要死了 救命啊!! |
|