InterviewSolution
Saved Bookmarks
| 1. |
How To Achieve Parallelism In Ssis? |
|
Answer» Parallelism is achieved USING MaxConcurrentExecutable property of the package. Its default is -1 and is calculated as NUMBER of processors + 2. Parallelism is achieved using MaxConcurrentExecutable property of the package. Its default is -1 and is calculated as number of processors + 2. |
|