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

Which TCP/IP Port Does the SQL Server Run On ?

What are Some Advantages of Using CTE in SQL Server ?

What is the Difference Between CHAR and VARCHAR Datatypes in SQL ...

What is the Difference Between VARCHAR and VARCHAR(MAX) Datatypes ...

What is Central Management in SQL Server ?