Viewing 5 posts - 1 through 6 (of 6 total)
I am writing business dateadd functions, so if you need 5 business days you would ignore weekends and holidays based on the appropriate holiday calendar. We look at bank holidays and...
May 24, 2007 at 9:22 am
Yes, Ed, nicely done. I didn't realize that you could grab the return value like that. I'm writing some business date functions and would like to be able to pass...
May 24, 2007 at 8:50 am
Thanks for your help anyway.
May 23, 2007 at 3:37 pm
Normally one would set a varchar variable with single quotes.
I just realized that the dynamic sql won't work because I need to set a variable to the date returned by...
May 23, 2007 at 2:15 pm
Thanks. That was fast! I was hoping to avoid dynamic sql, but seeing how short it is I see that it's probably a better solution than a lot of if...
May 23, 2007 at 1:48 pm
Viewing 5 posts - 1 through 6 (of 6 total)