Skip to content

Commit e9c5af7

Browse files
authored
Update tables-information.sql
1 parent fcbd943 commit e9c5af7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

QueryTemplates/Common Scripts/tables-information.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ FROM RowsStatistics AS RS
8383
TableSizes AS TS
8484
ON TS.ObjectId = TI.ObjectId
8585
WHERE 1 = 1
86-
--AND rs.TableName = 'tableName'
86+
--AND rs.TableName IN ('','')
87+
--AND rs.SchemaName = ''
88+
--AND RS.RowsCount > 0
8789
ORDER BY TS.UsedSpaceMB DESC;
8890

0 commit comments

Comments
 (0)