determain if two date ranges overlap sql code example Example: check if two date ranges overlap sql server Click to copy(StartDate1 <= EndDate2) and (StartDate2 <= EndDate1)