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

Changing MS SQL Table Name with Query

What is the Difference Between VARCHAR and NVARCHAR in SQL Server ...

What is TABLESAMPLE in SQL Server ?

What are Table Valued Parameters ?

What are Indexed Views inside SQL Server ?