Forum Replies Created

Viewing post 16 (of 16 total)

  • RE: Calculating Work Days

    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...

Viewing post 16 (of 16 total)