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は無料でオープンソースのデータベースGUIです

今まで使った中で最高のSQLクエリ&エディタツールです。データベース管理に必要なすべてが揃っています。 - ⭐⭐⭐⭐⭐ Mit

Beekeeper Studioは高速で直感的、使いやすいです。Beekeeperは多くのデータベースをサポートし、Windows、Mac、Linuxで快適に動作します。

BeekeeperのLinux版は100%フル機能で、機能の妥協はありません。

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.