Posts by Hao Qian
Author: Hao Qian
SSIS Scale Out is available in SQL Server vNext CTP1

Feed: SQL Server Integration Services (SSIS) Official Blog. Author: Hao Qian. Previously, SSIS package execution is limited to a single machine. However, the new feature Scale Out, available in SQL Server vNext CTP1 has broken the limit. Scale Out provides parallel package execution by distributing the executions to multiple machines so that the overall execution time can be significantly reduced. The user is able to submit a job of running multiple packages and these packages will be run in parallel on different machines. In the past, when package execution processes compete for resources such as CPU, memory etc., user will ... Read More
Recent Comments