Featured Posts

WebOS 1.3.1 Update Fixes Google My Contacts syncing... Well folks, my NuevaSync Google Contacts syncing workaround has served me well since the Pre launched on June 6th.  I checked PreCentral.net before I went to bed and found...

Readmore

Palm Pre: Troubleshooting NuevaSync / Google Contacts Judging my my blog stats, my post on setting up your Palm Pre to Sync only the Google "My Contacts" group via Nuevasync is pretty popular.  I hope there are some people out...

Readmore

Palm Pre: Only Sync Google My Contacts Notice:  This is no longer necessary This process described below is no longer necessary. As of Web OS 1.3.1 (released mid-November 2009), WebOS devices automatically...

Readmore

AaronTerry.com Rss

T-SQL: Calculating number of weekdays between two dates

Posted on : 18-06-2009 | By : acterry | In : SQL

1

Tonight someone tweeted trying to find a ColdFusion or SQL solution to counting the number of weekdays (excluding Saturdays and Sundays) between two dates.  Most of the solutions online involving looping over the date range and adding to a counter if that iteration of the loop is a weekday.

That’s fine for limited, but probably not if you need to test dates that span many years or need to run the function 1,000s of times.  Anyway, here’s a SQL Server UDF solution.  It’s late, so hopefully the comments in the code suffice.  It should be straightforward to rewrite this in ColdFusion.

Bookmark and Share

Advertise Here