Find number of business days in a date range
- Calculate the difference in days by datetimediff()
- generate rows from 1 to difference in days for each range
- create a formula to add the number in (2) to starting date by datetimeadd()
- change the date format to day of the week
- filter Sunday & Saturday