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

General Information List of All Allowed Databases in MS SQL Serve ...

What are the Various Limitations of the Views in SQL Server ?

What is CTE in SQL Server ?

What is Deadlock in SQL Server ?

MS SQL Get Current Time GETDATE()