• If you create a table of dates for the MWF dates, then you can use ROWNUMBER() to assign a sequential value to each date... then you can find a gap whenever the date in the current row and LAG() to look at the previous row are greater than 1.