Viewing post 16 (of 16 total)
I've added both the UDF's udfHolidayDays, and addBusinessDays, as well as the table tblSysHolidays
The table has three dates.
If I query the udfHolidayDays as
SELECT [dbo].[udfHolidayDays] (
'2009-Nov-17'
,'2009-Dec-31')
SELECT...
November 16, 2009 at 8:42 pm
#1080007