
One of the regular DBA practice is to maintain the free space on Drives where the data files are located.
Here i have created a script (Space Management) which gives us the database files, its location,size, growth rate, the drive where its located, drive size, drive free space etc...
Most of the thing is very easy to retrieve through SQL Queries as those are maintained in tables under msdb databases, but the free space and...