Home / Code Snippets / Blog article: Get Free Disk Space Using T-SQL

| RSS

Get Free Disk Space Using T-SQL

March 24th, 2009 | No Comments | Posted in Code Snippets

To get free disk space for all physical drives on a machine we can use xp_fixeddrives extended stored procedure. An interesting this about this procedure is that it is not documented in books online.

EXEC xp_fixeddrives

Here is output on my machine.

xp_fixeddrives

Leave a Reply 3666 views, 10 so far today |

Leave a Reply