Viewing 2 posts - 1 through 2 (of 2 total)
You save my day bro!!! Thanks
August 17, 2015 at 2:14 pm
#1820578
All scripts works fine, I make my contribution with the server name instead the host name... best regards
CREATE PROCEDURE sp_diskspace
AS
SET NOCOUNT ON
DECLARE @hr int
DECLARE @fso int
DECLARE @drive char(1)
DECLARE...
September 9, 2009 at 2:52 pm
#1051448