DBCC SHOW_STATISTICS ('Person_Address', 'PK_Person_Address_rowguid');
-
Only the header dertails will be shown
DBCC SHOW_STATISTICS ('Person_Address', 'PK_Person_Address_rowguid')
WITH STAT_HEADER
-- Only the histogram
details will be shown
DBCC SHOW_STATISTICS ('Person_Address', 'PK_Person_Address_rowguid')
WITH HISTOGRAM
Comments
Post a Comment