Dear EE members,
We have a warehouse database (in SQL Server 2005) and currently we are trying to build a simple cube out here just for testing. SQL Server 2005 comes with the tool BI Development Studio and that's what I am using to build cube.
Currently I have a problem in building a time-dimension for my cube. We have a fact table, called "sales", which holds the time in this format "yyyymmdd". So an example for a row in the sales table is like
20060101, Apple, 10, 5
It will be great if anyone can tell me in detail how i can create a Time-dimension out of this? All i need is just simple dimension with a hierarchy like Year -> Month -> Date.
Thanks.
Start Free Trial