Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Date Calculation Excluding Weekend & Holiday

    Here's a user defined function that does what you need. You will have to create tblHolidays and populate it with all the holidays you want excluded.

    CREATE FUNCTION [dbo].[ElapsedBDays] (@Start...

Viewing post 1 (of 1 total)