Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 622 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 622 Bytes

DimDate Table

A T-SQL Stored Procedure to generate a Date Table. Just input a year and a week start date, it will show that year's calendar with workdays flag, week information and Ontario's Public Holidays.

select * from @ontarioholiday

image

Step 1: exec usp_CreateDimDate @year=2021

Step 2: select * from DimDate

image

Validation website

https://canada-holidays.ca/provinces/ON