Skip to content

Commit 736ae34

Browse files
authored
Update tables-information.sql
1 parent 20f071f commit 736ae34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

QueryTemplates/Common Scripts/tables-information.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,7 @@ FROM RowsStatistics AS RS
8282
LEFT OUTER JOIN
8383
TableSizes AS TS
8484
ON TS.ObjectId = TI.ObjectId
85+
WHERE 1 = 1
86+
--AND rs.TableName = 'tableName'
8587
ORDER BY TS.UsedSpaceMB DESC;
8688

0 commit comments

Comments
 (0)