We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbd943 commit e9c5af7Copy full SHA for e9c5af7
QueryTemplates/Common Scripts/tables-information.sql
@@ -83,6 +83,8 @@ FROM RowsStatistics AS RS
83
TableSizes AS TS
84
ON TS.ObjectId = TI.ObjectId
85
WHERE 1 = 1
86
- --AND rs.TableName = 'tableName'
+ --AND rs.TableName IN ('','')
87
+ --AND rs.SchemaName = ''
88
+ --AND RS.RowsCount > 0
89
ORDER BY TS.UsedSpaceMB DESC;
90
0 commit comments