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 an OUTPUT Clause Inside SQL Server ?

How to Rebuild the Master Database in SQL Server ?

How to Show Line Numbers in MS SQL Server ?

What are the INTERSECT Operators in SQL Server ?

Finding List of Tables Using View in MS SQL