Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Package which handles partition processing

$
0
0

Hi All,

I need to create package which handles partition processing.

The package  will process previous 5 Partitions from the current partition in cube.

General process is before we proceed to process partitions we need to recreate the view , i,e drop existing view and create view.

Hence we need to identify partition in our package then use a execute sql task to recreate the view.

After I had created the view I need to process the cube partitions with the script task.

Could you please advise me how can I implement the processing logic starting from identifying partions to processing partitions and also which would be the best tasks to accomplish this?

Any detailed help will be highly appreciated.


Mudassar


Viewing all articles
Browse latest Browse all 24688

Trending Articles