Viewing 5 posts - 1 through 5 (of 5 total)
This query doesn't take into account the time the job ran - if there is more than one run in a day we have not specified how we want this...
February 20, 2015 at 6:04 am
Yay! 😀 I will keep my eyes peeled for it!
February 18, 2015 at 9:34 am
Is there a date for this yet?
February 18, 2015 at 6:03 am
So how about the below instead? Is there an overhead doing it this way?
--example table with dates to sort by Fin Year and Fin Quarter
CREATE TABLE #DatesToTest
(
TestDate DATE NOT NULL
,FinYear...
July 28, 2014 at 7:03 am
Maybe I'm just being a bit dense but I would rather use the below script to generate instead of relying on the datediff function and working back from today's date......
July 28, 2014 at 6:46 am
Viewing 5 posts - 1 through 5 (of 5 total)