Skip to content

Instantly share code, notes, and snippets.

View nikita-barsukov's full-sized avatar

Nikita Barsukov nikita-barsukov

View GitHub Profile
@cgibson-dev
cgibson-dev / CreateDateDimensionWithFiscals.sql
Created November 6, 2015 13:55
A SQL script to create a Date dimension table with logic to specify fiscal dates.
BEGIN TRY
DROP TABLE [Dim].[Date]
END TRY
BEGIN CATCH
/*No Action*/
END CATCH
CREATE TABLE [Dim].[Date]
(