Archive
Archive for May 20, 2012
How to achieve Parallelism in SSIS
May 20, 2012
Leave a comment
SQL Server Integration Services (SSIS) allows parallel execution in two different ways
1) MaxConcurrentExecutables : It defines how many tasks (executables) can run simultaneously. It defaults to -1 which is translated to the number of processors plus 2. Please note that if your box has hyperthreading turned on, it is the logical processor rather than the physically present processor that is counted. Read more…
Categories: Business Intelligence, SQL Server, SQL Server 2008 R2, SSIS
parallelism, sql server, ssis