SQL Stored Procedure: Business Hours
Posted
by Jacob
on Stack Overflow
See other posts from Stack Overflow
or by Jacob
Published on 2010-05-19T00:28:45Z
Indexed on
2010/05/19
0:30 UTC
Read the original article
Hit count: 623
How can I create a stored procedure that accepts a start and end date.(e.g April 1 - April 30
1.) Get the business days including Saturdays x (a value). Plus 2.) Get Holidays x (a value)
and return the total.
I'm new to this, I guess it would be a tsql function. hmm.
any help would be appreciated.
Thanks
© Stack Overflow or respective owner