Hi,
I do a lot of on-site client work. I just wanted to get some general advice on something.
Suppose a customer asks for some cubes to be created. If it is clear that the star schema created to source these cubes would have no function other than to serve these very same cubes then would there by anything wrong with doing the following ? :
1. Creating Views in SQL for the Fact and Dimension Tables
2. Loading the Dimensions and Fact Table nightly.
Or is this too simplistic? Other than maybe to increase performance, I can not see any reason why for example I would want to get into building a data warehouse incorporating slowly changing dimensions or anything approaching that sort of complexity.
I'd be very interested to hear different peoples' opinions on this.
cheers
Nassy
I do a lot of on-site client work. I just wanted to get some general advice on something.
Suppose a customer asks for some cubes to be created. If it is clear that the star schema created to source these cubes would have no function other than to serve these very same cubes then would there by anything wrong with doing the following ? :
1. Creating Views in SQL for the Fact and Dimension Tables
2. Loading the Dimensions and Fact Table nightly.
Or is this too simplistic? Other than maybe to increase performance, I can not see any reason why for example I would want to get into building a data warehouse incorporating slowly changing dimensions or anything approaching that sort of complexity.
I'd be very interested to hear different peoples' opinions on this.
cheers
Nassy