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 are the Events On Default Trace in SQL Server ?

What are Table Valued Parameters ?

Disadvantages of Using Stored Procedures in MS SQL

How is Sqlcmd Different from Osql ?

What is a Filestream in SQL Server ?