|
check syslogs
1> dbcc checktable(syslogs)
2> go
Checking syslogs
The total number of data pages in this table is 8.
*** NOTICE: Space used on the log segment is 0.02 Mbytes, 0.00%.
*** NOTICE: Space free on the log segment is 4999.98 Mbytes, 100.00%.
Table has 184 data rows.
DBCC execution completed. If DBCC printed error messages, contact a user with
System Administrator (SA) role. |
|