Sorry for the confusion.
Did find out the error -- I did not need parens around the parms for the calls to Convert_DST proc.
Thanks for the reply anyway!
SET @v_Start_Year = CONVERT(INT,SUBSTRING(CONVERT (CHAR,@p_TZ_Start_Date),1,4))
SET @v_End_Year = CONVERT(INT,SUBSTRING(CONVERT(CHAR,@p_TZ_End_Date),1,4))
SET @v_year = @v_Start_Year
/* Create array of specific start and end dates after taking...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.