1
0
mirror of https://github.com/alex-bochkov/ssms-addin.git synced 2026-06-15 16:57:06 +02:00

Update tables-information.sql

This commit is contained in:
Alex Bochkov
2020-03-04 11:24:36 -08:00
committed by GitHub
parent fcbd943c96
commit e9c5af75f5
@@ -83,6 +83,8 @@ FROM RowsStatistics AS RS
TableSizes AS TS
ON TS.ObjectId = TI.ObjectId
WHERE 1 = 1
--AND rs.TableName = 'tableName'
--AND rs.TableName IN ('','')
--AND rs.SchemaName = ''
--AND RS.RowsCount > 0
ORDER BY TS.UsedSpaceMB DESC;