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