March 17, 2023 By Beekeeper Studio Staff

Monitoring free disk space on SQL Server servers becomes crucial if your database growth is relatively fast. If you don’t have direct access to your server’s hard disks, xp_fixeddrives provides an easy way to monitor free disk space remotely.

Beekeeper Studio Ist Eine Kostenlose & Open-Source-Datenbank-GUI

Das beste SQL-Abfrage- und Editor-Tool, das ich je benutzt habe. Es bietet alles, was ich zur Verwaltung meiner Datenbank brauche. - ⭐⭐⭐⭐⭐ Mit

Beekeeper Studio ist schnell, intuitiv und einfach zu bedienen. Beekeeper unterstützt viele Datenbanken und funktioniert hervorragend unter Windows, Mac und Linux.

Die Linux-Version von Beekeeper ist zu 100% vollständig ausgestattet, ohne Abstriche und ohne Funktionskompromisse.

The xp_fixeddrives system stored procedure returns a list of physical hard drives and the amount of free space on each one.

Syntax

EXEC master.dbo.xp_fixeddrives

xp_fixeddrives is an undocumented system stored procedure. Microsoft may not include it in future releases of SQL Server 2000 or MSDE.