![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Under what situations should a cube be rebuilt? Is it just when the underlying schema has changed? Not when a new data load occurs in the database, correct? thx, M |
#3
| |||
| |||
|
|
Rebuild a cube when the structure changes. Do a data reload when you must re-do the aggregations, or change any existing fact Do an increment build during normal daily/weekly processing to add new data to the cube -- Wayne Snyder MCDBA, SQL Server MVP Mariner, Charlotte, NC I support the Professional Association for SQL Server ( PASS) and it''s community of SQL Professionals. "M" wrote: Under what situations should a cube be rebuilt? Is it just when the underlying schema has changed? Not when a new data load occurs in the database, correct? thx, M |
#4
| |||
| |||
|
|
I'm using SQL Server Integration Services to perform daily data loads. Is there a way to automate the incremental build each time a data load occurs? thanks, -Marilyn "Wayne Snyder" wrote: Rebuild a cube when the structure changes. Do a data reload when you must re-do the aggregations, or change any existing fact Do an increment build during normal daily/weekly processing to add new data to the cube -- Wayne Snyder MCDBA, SQL Server MVP Mariner, Charlotte, NC I support the Professional Association for SQL Server ( PASS) and it''s community of SQL Professionals. "M" wrote: Under what situations should a cube be rebuilt? Is it just when the underlying schema has changed? Not when a new data load occurs in the database, correct? thx, M |
#5
| |||
| |||
|
|
yes, SSIS provides some tasks to execute XML/A commands or process a partition. and also, there is an option in a dataflow to directly load a partition from an SQL Source. for example, you have a query which load your fact table (sales for example), then you can load these new data into the fact table AND push directly these rows into your AS partition. "Marilyn" <Marilyn (AT) discussions (DOT) microsoft.com> wrote in message news:38A15125-845B-4E43-8A59-9E0F4EC40C99 (AT) microsoft (DOT) com... I'm using SQL Server Integration Services to perform daily data loads. Is there a way to automate the incremental build each time a data load occurs? thanks, -Marilyn "Wayne Snyder" wrote: Rebuild a cube when the structure changes. Do a data reload when you must re-do the aggregations, or change any existing fact Do an increment build during normal daily/weekly processing to add new data to the cube -- Wayne Snyder MCDBA, SQL Server MVP Mariner, Charlotte, NC I support the Professional Association for SQL Server ( PASS) and it''s community of SQL Professionals. "M" wrote: Under what situations should a cube be rebuilt? Is it just when the underlying schema has changed? Not when a new data load occurs in the database, correct? thx, M |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |