Getting List of System Hard Disks with Free Space in MS SQL Server

Below is the query where we will get the list of system hard disks with available free space using MS SQL Server.

EXEC master..xp_fixeddrives


You May Interest

What is the Difference Between UNION and UNION ALL in SQL Server ...

Using MS SQL TOP

What is Service Broker in SQL Server ?

Showing Server Active Server Name in MS SQL

Where are SQL Server Usernames and Passwords Stored in the SQL Se ...