Hi All,
I would be proceesing dimensions in my SSIS packages. And i want to run packages in parallel.
Suppose i have a cube name as AdventureWorks and have 2 dimesions say A and B.
Dimesion A would get process in SSIS package A , where as dimension B would get process in SSIS package B.
Now i want to run SSIS packages A and B in parallel.
Is it possible , I mean there would not be any deadlock?