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

Disadvantages of Using Stored Procedures in MS SQL

What are the System Data Collection Sets Predefined Inside SQL Se ...

What is the Maximum Size per Database for SQL Server Express ?

Listing Metadata of MS SQL Server Internal Tables

What are Some Advantages of Using CTE in SQL Server ?