SDU Tools: Date Difference without Sundays in SQL Server T-SQL
Our free SDU Tools for developers and DBAs, now includes a very large number of tools, with procedures, functions, and views. A while back, we added a tool to do date difference without counting weekends. Someone asked for one that just excludes Sundays, so we added a tool called DateDiffNoSundays.
The procedure takes two parameters:
@FromDate - the starting date @ToDate - the ending date
Find out more
You can see it in action in the main image above, and in the video here:
2025-04-06