Display all the date from start interval to end interval using Recursive CTE

Suppose we have a given starting date and end date and we need to list all the dates and weekday in that interval. [More]

Tags: ,

SQL Server | SQL Tricks | Recursive CTE