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 Merge Statement in SQL Server ?

What Have INCLUDED Columns With SQL Server Indexes ?

What is Failover Clustering in SQL Server ?

Using CASE WHEN in MS SQL

What is Service Broker in SQL Server ?