Viewing 15 posts - 106 through 120 (of 222 total)
Correct. It all depends on the situation and the environment in which you work.
January 20, 2014 at 8:33 am
That is certainly another path you can take.
January 20, 2014 at 8:10 am
The only other thing I can think of is the driver on the machine running Excel; however, if I am reading this correctly, you are able to see the cube...
January 20, 2014 at 8:05 am
Right now the only thing I can think of is that
1. The user browsing by Excel does not yet have cube access (as already stated).
2. The Measure Group is...
January 17, 2014 at 2:49 pm
When you say "at the end of your ETL", do you mean:
1. Load DBMS dimensions and facts, THEN Fully Process Dimensions and Facts?
2. Process 1 SSAS object at...
January 17, 2014 at 2:40 pm
It would have helped if I read "choose 3!". There goes my hot streak!
January 17, 2014 at 1:11 pm
Charles Kincaid (1/17/2014)
Just always, ALWAYS remember the order of execution.
I added the emphasis. Yes, understanding this execution order is why I have been able to write good performance filtered...
January 17, 2014 at 1:07 pm
That was a nice one--though I have never encountered a case where I would intentionally use a filtered index on a table that also has an indexed view on it...
January 17, 2014 at 8:56 am
I try to visualize any join as a Venn diagram. To me it is a great teaching tool--especially if your pupil knows statistics.
January 17, 2014 at 8:21 am
I really hope the release after SQL Server 2014 starts to address the metadata management issue. Sqlmetadata.codelpex.com has done an admirable job synchronizing metadata from the BI continuum, but...
January 17, 2014 at 8:16 am
Definitely a PITA....something we don't want to do for the end user.
January 16, 2014 at 4:13 pm
When there is more than one "budget scenario" for which you are modeling, it may get a little hairy. This Kimball Design tip suggests the single table approach for when...
January 16, 2014 at 10:27 am
Some consider actuals and budget two different business processes that deserve their own fact tables. Then, a second level consolidated fact table can be created from those two business processes...
January 16, 2014 at 10:18 am
A DSV will auto-detect foreign key constraints between a fact and a dimension, but foreign keys add unncessary overhead to an ETL process.
The approach to create the relationships in...
January 16, 2014 at 10:03 am
While there are many limitations to the Tabular Model, the tabular model is great tool for accelerating a prototype from power (excel) user to IT and even reusing that work--increasing...
January 16, 2014 at 9:50 am
Viewing 15 posts - 106 through 120 (of 222 total)