![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is it ok to process multiple partitions simultaneously using job schedule or multiple running scripts? I know it cannot mix with processing dimension. However, can all dimensions be processed simultaneously? |
#3
| |||
| |||
|
|
Yes, in fact, you might be interested in a utility which was written for just this purpose. Parallel Processing Utility -- does both dims and partitions http://www.microsoft.com/downloads/d...DisplayLang=en If you'd like to write your own, or sell the code inside the PPU, just look at its source. It is included on the distribution. Enjoy. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) 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. "nick" <nick (AT) discussions (DOT) microsoft.com> wrote in message news:7663D31F-0E36-41D5-9F82-9D33928EAE5F (AT) microsoft (DOT) com... Is it ok to process multiple partitions simultaneously using job schedule or multiple running scripts? I know it cannot mix with processing dimension. However, can all dimensions be processed simultaneously? |
#4
| |||
| |||
|
|
In fact, what I do is just create multiple DTS package that process partitions, and I simplely create jobs for every DTS package and let them run simultaneously. "Dave Wickert [MSFT]" wrote: Yes, in fact, you might be interested in a utility which was written for just this purpose. Parallel Processing Utility -- does both dims and partitions http://www.microsoft.com/downloads/d...DisplayLang=en If you'd like to write your own, or sell the code inside the PPU, just look at its source. It is included on the distribution. Enjoy. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) 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. "nick" <nick (AT) discussions (DOT) microsoft.com> wrote in message news:7663D31F-0E36-41D5-9F82-9D33928EAE5F (AT) microsoft (DOT) com... Is it ok to process multiple partitions simultaneously using job schedule or multiple running scripts? I know it cannot mix with processing dimension. However, can all dimensions be processed simultaneously? |
#5
| |||
| |||
|
|
In simple situations that might work. If it does for you, then great. If you run into problems, look to use the PPU. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) 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. "nick" <nick (AT) discussions (DOT) microsoft.com> wrote in message news:CAB0A178-C7D6-4EB5-AC76-E1775F1410C5 (AT) microsoft (DOT) com... In fact, what I do is just create multiple DTS package that process partitions, and I simplely create jobs for every DTS package and let them run simultaneously. "Dave Wickert [MSFT]" wrote: Yes, in fact, you might be interested in a utility which was written for just this purpose. Parallel Processing Utility -- does both dims and partitions http://www.microsoft.com/downloads/d...DisplayLang=en If you'd like to write your own, or sell the code inside the PPU, just look at its source. It is included on the distribution. Enjoy. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) 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. "nick" <nick (AT) discussions (DOT) microsoft.com> wrote in message news:7663D31F-0E36-41D5-9F82-9D33928EAE5F (AT) microsoft (DOT) com... Is it ok to process multiple partitions simultaneously using job schedule or multiple running scripts? I know it cannot mix with processing dimension. However, can all dimensions be processed simultaneously? |
![]() |
| Thread Tools | |
| Display Modes | |
| |