Skip to content

Commit 9fc1594

Browse files
committed
Update DBCC showcontig info
1 parent e2cdf10 commit 9fc1594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL Server DBCC List.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ DBCC setioweight (weight)
227227
228228
DBCC show_statistics ('table_name', 'target_name')
229229
230-
DBCC showcontig (table_id | table_name [, index_id | index_name] [WITH FAST, ALL_INDEXES, TABLERESULTS [,ALL_LEVELS]])
230+
DBCC showcontig (table_id | table_name [, index_id | index_name] [WITH FAST, ALL_INDEXES, TABLERESULTS [,ALL_LEVELS]]) -- https://www.sqlskills.com/blogs/paul/the-curious-case-of-extent-scan-fragmentation/
231231
232232
DBCC showdbaffinity
233233

0 commit comments

Comments
 (0)