I am currently working on creating my first Data_warehouse using sql-server
I have a Date dimension
i want to populate it using SSIS it has a field called ISO_year
can somebody tell me how do i get it ?
i tried this query ::
select year(getdate())
-- but i dont think is this ISO_year ?
And i need to know which is best practice to load dimensions into DB using ssis ?
i reffered this http://michaelmorley.name/how-to/create-date-dimension-table-in-sql-server