Viewing 3 posts - 1 through 3 (of 3 total)
...Here is the 2000 Version..of the code....
--PART 1
If exists (Select name from sysobjects where name = 'DBGrowthRate' and Type = 'U')
Drop Table dbo.DBGrowthRate
Create Table dbo.DBGrowthRate (DBGrowthID int identity(1,1),...
August 25, 2009 at 12:51 pm
All...
I have corrected the code..As it has flaws dealing with date comparison...And hence you are not getting the GROWTH amount on weekly runs...
Here is the UPDATED code (works for 2005,...
August 25, 2009 at 12:37 pm
All SQL Folks...
The original script has MAJOR error....
--In PART2 --- where it runs to update the growth table...it tries to convert the DATE to CHAR...and then compares with GetDATE() --...
March 18, 2009 at 12:46 pm
Viewing 3 posts - 1 through 3 (of 3 total)