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 ...

Using MS SQL COUNT

What is Deadlock in SQL Server ?

What are the System Data Collection Sets Predefined Inside SQL Se ...

What is the Filtered Index in SQL Server ?