all groups > sql server data warehouse > october 2004 >
You're in the

sql server data warehouse

group:

Reloading Cube Data


Reloading Cube Data Yash
10/25/2004 12:47:02 AM
sql server data warehouse:
Hi,
Is there anyway to reload data for a specific day by clearing the existing
data.
I need to reload data for a specific day by clearing the existing day data
in the cube. Full process or refresh is time consuming until I increase the
number of partitions. If I perform an incremental update for the required day
it will just duplicate the records in the cube.
Many Thanks.
--
Regards,
Yash
Re: Reloading Cube Data Dave Wickert [MSFT]
10/25/2004 11:12:49 AM
This is where partitioning would help. You could reprocess on a partition by
partition basis, i.e. by having a latest daily or latest week partition. And
then another partition for the rest of the month/year, etc.
--
Dave Wickert [MSFT]
dwickert@online.microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]

Re: Reloading Cube Data Yash
10/26/2004 11:33:02 PM
Thanks a lot Dave.

[quoted text, click to view]
AddThis Social Bookmark Button