I want to be able to monitor the space left on drives that various databases sit on.
views:
19answers:
1
+1
A:
No. You need to use extended stored procedures for this if you want to access this information through SQL for some reason. Example here using EXEC master.dbo.xp_fixeddrives
(Scroll down for the SQL2000 version) http://www.mssqltips.com/tip.asp?tip=1706
Martin Smith
2010-05-31 10:55:47