You've already forked ssms-addin
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user