Discussion:
Which cube process option to use?
(too old to reply)
soundneedle
2010-10-18 19:14:46 UTC
Permalink
Which process option do I use if I only delete data from the fact
table? Full process is overkill. What's the equivalent of "process
fact data" only? Does incremental just add new data and not account
for deleted data?

MS SQL 2008
Piotr Naszarkowski
2010-10-19 08:58:28 UTC
Permalink
Use cube partitioning and delete specified partition only.
Post by soundneedle
Which process option do I use if I only delete data from the fact
table? Full process is overkill. What's the equivalent of "process
fact data" only? Does incremental just add new data and not account
for deleted data?
MS SQL 2008
Loading...