Very simple, how much space is free on the hard drives of the SQL Server you are connected to.
2001-08-22
729 reads
Very simple, how much space is free on the hard drives of the SQL Server you are connected to.
DROP PROCEDURE hx_ShowFixedDriveSpace go /* Robert Vallee 07/01/2001 rvallee@hybridx.com input:None output:Table format Desc:Very simple, how much space is free on the hard drives of the SQL Server you are connected to. Warnings: None. */ CREATE PROCEDURE hx_ShowFixedDriveSpace AS set nocount on exec master..xp_fixeddrives