I am doing a UNION of 8 views(with 3 million rows in each view approx). I am sure that there is NO DUPLICATE data between the views. SO specifying a UNION ALL would be better than specifying a UNION in this case?
Thanks!
Prakash.P The secret to creativity is knowing how to hide your sources!
We are migrating a SQL 2000 Analysis Services to SSAS. The existing design has 8 different partitions(filled through 8 different views) for last 8 quarters. The calculations for each quarter differs and hence we have 8 different views.
Now I could have tried bringing in all the data together but we dont have the time for it. So instead of specifying 8 different fact tables in SSAS, I am trying to bring all the data inside the view and then specify a slicer condition. I am not sure if my explantion makes sense but I can explain in detail if needed.
Thanks for your replies!
Prakash.P The secret to creativity is knowing how to hide your sources!