HalfDomeClmbr
Technical User
I am trying to figure out how to make a stored procedure that will output the date of the next four Thursdays. If it is any day of the week I need to find the first Thursday then the next three consecutive Thursdays.
I'm thinking that after finding the first Thursday I could do something like DATEADD(dw,5,@1stThursday).
Has anyone needed to do this and has some code.
Thanks,
John
I'm thinking that after finding the first Thursday I could do something like DATEADD(dw,5,@1stThursday).
Has anyone needed to do this and has some code.
Thanks,
John