1
0
mirror of https://github.com/alex-bochkov/ssms-addin.git synced 2025-11-29 22:08:12 +02:00

Update tables-information.sql

This commit is contained in:
Alex Bochkov
2019-12-09 17:22:14 -08:00
committed by GitHub
parent 20f071fa43
commit 736ae34f3d

View File

@@ -82,5 +82,7 @@ FROM RowsStatistics AS RS
LEFT OUTER JOIN
TableSizes AS TS
ON TS.ObjectId = TI.ObjectId
WHERE 1 = 1
--AND rs.TableName = 'tableName'
ORDER BY TS.UsedSpaceMB DESC;