- 論壇徽章:
- 0
|
沒(méi)有建庫(kù)啊 很奇怪 output如下:
DBCC execution completed. If DBCC printed error messages, contact a user with System Administrator (SA) role.
(1 row affected)
DBCC execution completed. If DBCC printed error messages, contact a user with System Administrator (SA) role.
Lock statistics for the top 10 (or less) most contended objects:
---------------------------------------------------------------
Object Name: master..sysdatabases
(dbid=1, objid=30, lockscheme=Allpages)
Page Locks SH_PAGE UP_PAGE EX_PAGE
---------- ---------- ---------- ----------
Grants: 373 3 0
Waits: 0 1 0
Deadlocks: 0 0 0
Wait-time: 0 ms 31 ms 0 ms
Contention: 0.00% 25.00% 0.00%
*** Consider altering master..sysdatabases to Datapages locking.
(return status = 0) |
|