Mastering Dimensions of Time
A method to create and populate Date and Time dimension tables for a data warehouse project.
2014-01-21
14,202 reads
A method to create and populate Date and Time dimension tables for a data warehouse project.
2014-01-21
14,202 reads
What do you do first when developing a data warehouse? MVP Andy Leonard brings us a look at the foundation he uses, which might surprise you.
2011-04-07
9,107 reads
This article will show you how to use SSIS to create inferred dimension members on the fly during a fact table load process.
2013-12-24 (first published: 2010-12-08)
14,953 reads
By James Serra
Microsoft Purview can be the best data governance tool in the world, but it...
I’ve been working on a project that combines two things I spend a lot...
Running AI and data pipelines on the edge instead of the cloud has gone...
Are there any good articles on all the trace flags that are enabled on...
Comments posted to this topic are about the item The Data Model Matters
Comments posted to this topic are about the item Understanding SQL Server PARTITION BY...
I run the SQLCMD utility as follows:
lcmd -S localhost -EI then type this (the 1> is the prompt):
1> select @@version goIf I hit enter, what happens? See possible answers