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 20f071f commit 736ae34Copy full SHA for 736ae34
QueryTemplates/Common Scripts/tables-information.sql
@@ -82,5 +82,7 @@ FROM RowsStatistics AS RS
82
LEFT OUTER JOIN
83
TableSizes AS TS
84
ON TS.ObjectId = TI.ObjectId
85
+WHERE 1 = 1
86
+ --AND rs.TableName = 'tableName'
87
ORDER BY TS.UsedSpaceMB DESC;
88
0 commit comments