You've already forked ssms-addin
mirror of
https://github.com/alex-bochkov/ssms-addin.git
synced 2025-11-23 22:04:53 +02:00
Update space-used-per-database-file.sql
This commit is contained in:
@@ -44,7 +44,7 @@ SELECT
|
|||||||
,[PercentFree]
|
,[PercentFree]
|
||||||
,[file_id]
|
,[file_id]
|
||||||
,[FilegroupName]
|
,[FilegroupName]
|
||||||
FROM [DBA].[dbo].[FileSizeStats]
|
FROM #Stats
|
||||||
ORDER BY AvailableSpaceInMB DESC;
|
ORDER BY AvailableSpaceInMB DESC;
|
||||||
|
|
||||||
DROP TABLE #Stats;
|
-- DROP TABLE #Stats;
|
||||||
|
|||||||
Reference in New Issue
Block a user