Hello,
I have created a data warehouse and I have like 40 (dim & fact) packages so far. I'm trying to create a package which executes all of them in parallel, I would use this package to set up as SQL server agent job. Can anyone help me doing this, I have never used parallelization so a detail explanation will be very helpful.
I have Some more questions on parallelization
->how many packages can be executed parallel through one package
-> I want dim packages to be executed first before any fact packages
Thanks,
Sree