Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Wednesday, October 25, 2017

Trying to speed up this 'GetWorkingDays' function.

SQLServerCentral » Latest topics
Trying to speed up this 'GetWorkingDays' function.

I'm trying to redesign one of our working days functions. The idea is to calculate weekends (easy enough) but holidays are trickier. The current idea is to simply embed the hard coded date values in a table expression

No comments: