Viewing 7 posts - 1 through 7 (of 7 total)
I just became aware of the fact that SQL Server Central subscribers were still accessing this version of Calculate Holidays. This was written years ago and I have since...
December 15, 2016 at 6:09 am
Thank you Chris M. Will be giving this a try later today. Will keep you posted on how I do. Thanks again.
December 8, 2011 at 11:04 am
Additional information: I only want to updated the most recent existing record and not all of the existing records pertaining to the target memberID. Otherwise, I am updating...
December 8, 2011 at 8:59 am
A great and most helpful article. Keep up the good work.
May 13, 2008 at 11:06 am
Solved it as follows:
EXEC sp_executesql @SQL
This will execute the user defined function.
Thanks for your input DavidT.
August 7, 2003 at 11:12 am
Okay. So, now, I have created a separate scalar function returning a varchar(300) and in the calling procedure created a dynamic sql statement that is supposed to execute the...
August 7, 2003 at 10:20 am
I would like to reply to each of you as you gave me a number of things to think about but instead, I will make some general comments.
I agree that...
December 11, 2001 at 6:32 am
Viewing 7 posts - 1 through 7 (of 7 total)