Skip to content

Instantly share code, notes, and snippets.

View cgibson-dev's full-sized avatar

Chad Gibson cgibson-dev

View GitHub Profile
dimwishlist:item=3234363830&perks=4090651448,106909392,1820235745,4082225868
@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]
(