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 space-used-per-database-file.sql
This commit is contained in:
@@ -45,6 +45,6 @@ SELECT
|
||||
,[file_id]
|
||||
,[FilegroupName]
|
||||
FROM #Stats
|
||||
ORDER BY AvailableSpaceInMB DESC;
|
||||
ORDER BY 6 DESC;
|
||||
|
||||
-- DROP TABLE #Stats;
|
||||
|
||||
Reference in New Issue
Block a user