SQLCLR function to return free space for all drives on a server
Posted
on SQL Server Central
See other posts from SQL Server Central
Published on 2010/04/27
Indexed on
2010/04/27
6:04 UTC
Read the original article
Hit count: 417
Filed under:
When looking for impending problems due to lack of disk space it's necessary to know how much space is available on each drive. There have been other tips written about how to do this, but in this tip I show you a way this can be done using SQLCLR.
© SQL Server Central or respective owner