Viewing 15 posts - 1 through 15 (of 25 total)
You can log users queries in SSAS, but this will not tell you how long people were connected to any particular cube nor will it detect any schema changes done...
January 14, 2010 at 5:35 am
Note that even if you specify a password in the configuration file set up (in the wizard), it will not be saved in the physical file. You need to add...
December 31, 2009 at 2:26 am
(4): there is no specific exception handling for the data flow task. This is where you can insert the "event handler" logic for any particular event you may want to...
December 29, 2009 at 3:18 am
It's unclear from your question if need to assign a value to a variable in the control flow. Assuming you are, you may want to use the "Execute SQL" task,...
December 29, 2009 at 3:14 am
Dude, this is not a question for a forum... In a nutshell, SSIS is the new DTS, but for further reading, go to BOL: http://msdn.microsoft.com/en-us/library/ms141026.aspx%5B/url%5D
December 29, 2009 at 3:09 am
You can use the Sort transofrmation which enables you to remove duplicate rows. This is one way to remove duplicate rows. Any particual reason you don't want to use SQL...
December 29, 2009 at 3:06 am
If you're using SSIS, it validates the schema that is used in the package before running. I hope I got your question right.
December 29, 2009 at 2:59 am
Plus, for updating dimension data, use the "Process Update" option for dimensions. If data is only added to your fact tables, consider partitioning the cube and fully process only the...
December 29, 2009 at 2:55 am
I'm assuming you need to populate a SQL table with the data?
If so, you don't necessarily need to use SSIS to do so, you can simply run a SQL script...
December 13, 2007 at 10:35 pm
Excellent article! While I haven't tested any of the scripts mentioned, it does provide a solid background to this subject (one that I didn't get the chance to experience yet...)....
August 1, 2007 at 9:36 pm
Hi Hannes,
You can find such a tool with SP2 for SSAS 2005.
Yaniv
May 31, 2007 at 5:36 pm
Yes, synchronisation scripts can be saved and then embedded in a SQL job to be run at regular intervals.
The last step in the synchronisation wizard prompts you either to synchronise...
May 2, 2007 at 5:34 pm
Hi Brandie,
A Star Schema and a Snowflake Schema are design structures, kind of like an ER diagram for a relational model.
A cube is an OLAP engine structure, which actually holds...
January 9, 2007 at 9:27 pm
Hi Jon,
As you've mentioned, it is absolutely recommended to have the data and log files placed on separate drives. However, I can't seem to think of any particular reason to...
September 7, 2006 at 9:41 pm
Viewing 15 posts - 1 through 15 (of 25 total)