Viewing 15 posts - 16 through 30 (of 57 total)
You mention that you already have a package that imports the files into a database table. Let’s consider this database table to be a staging table for your data. Now,...
November 9, 2015 at 6:15 am
Yes, the incremental load pattern can be used with any data source.
Stick with it for now, you can look for alternative ways later.
November 6, 2015 at 2:15 pm
Besides the options Koen mentions above, you can use ORA_ROWSCN, an Oracle system column.
Whenever data changes in a block in Oracle, the ORA_ROWSCN gets updated for that table. Use it...
May 1, 2015 at 7:58 am
Did you try with a dataflow executing the SP and output to csv file directly?
Based on the information given, it might be easier than writing a script task to create...
January 13, 2015 at 2:33 pm
I am not aware that SSAS stores the last started value anywhere. If you are ok with using the servers event log, a PowerShell scripts can get it for you:
...
October 22, 2014 at 6:17 am
The example refers to large dimensions and how to optimize the load from the database server into the SSAS file structure. The customer dimension is used as an example of...
October 9, 2014 at 3:03 pm
When the full process is performed on the tabular database, you are still storing the previous model in memory, so you need at least twice as much memory as it...
September 25, 2014 at 10:47 am
You can try to change the Placeholder Properties to use HTML instead of plain text.
1: Replace your brackets with <B>, </B> - Replace(Replace(Text, "(", "<B>"), ")","</B>")
2: Highlight your expression, right...
July 25, 2014 at 10:36 am
What SQL statement are you executing?
You can get the SQL statement by going to your dim table and select Table/Properties, if data is shown switch to: Query editor.
July 10, 2014 at 12:54 pm
Your data is likely displayed in scientific notification, just change the data format properties to General
July 10, 2014 at 9:13 am
I believe that your problem is your variables are set to be expressions.
In your example the variables are not expressions, so when the variable is being evaluated it becomes...
July 10, 2014 at 9:02 am
I am interested in it for spin and let you know my thoughts.
Cheers
Lars
March 28, 2014 at 8:47 am
Are you sure the SSAS needs the memory?
SSAS does not grab and hold memory like SQL Server, it only takes the memory that is necessary to keep the model in...
March 14, 2014 at 1:51 pm
You should be happy that you have your data warehouse. All your data is already sourced, a great place to start with dimensional design.
To your questions:
Is it better to perform…...
March 11, 2014 at 8:00 pm
You stated “Management needs to be able to review any combination of cost centers based on their criteria on a timely basis”. You should look at something else than a...
February 19, 2014 at 11:11 am
Viewing 15 posts - 16 through 30 (of 57 total)