Applies to:
SQL Server
SSIS Integration Runtime in Azure Data Factory
This topic describes the features that have been added or updated in SQL Server 2017 (14.x) Integration Services.
Highlights of this release
Here are the most important new features of Integration Services in SQL Server 2017.
Scale Out. Distribute SSIS package execution more easily across multiple worker computers, and manage executions and workers from a single master computer. For more info, see Integration Services Scale Out.
Integration Services on Linux. Run SSIS packages on Linux computers. For more info, see Extract, transform, and load data on Linux with SSIS.
Connectivity improvements. Connect to the OData feeds of Microsoft Dynamics AX Online and Microsoft Dynamics CRM Online with the updated OData components.
New in Azure Data Factory
With the public preview of Azure Data Factory version 2 in September 2017, you can now do the following things:
- Deploy packages to the SSIS Catalog database (SSISDB) on Azure SQL Database.
- Run packages deployed to Azure on the Azure-SSIS Integration Runtime, a component of Azure Data Factory version 2.
For more info, see Lift and shift SQL Server Integration Services workloads to the cloud.
These new capabilities require SQL Server Data Tools (SSDT) version 17.2 or later, but do not require SQL Server 2017 or SQL Server 2016. When you deploy packages to Azure, the Package Deployment Wizard always upgrades the packages to the latest package format.
New in the Azure Feature Pack
In addition to the connectivity improvements in SQL Server, the Integration Services Feature Pack for Azure has added support for Azure Data Lake Store. For more info, see the blog post New Azure Feature Pack Release Strengthening ADLS Connectivity. Also see Azure Feature Pack for Integration Services (SSIS).
You can now develop SSIS projects and packages that target SQL Server versions 2012 through 2017 in Visual Studio 2017 or in Visual Studio 2015. For more info, see Download SQL Server Data Tools (SSDT).
New in SSIS in SQL Server 2017 RC1
New and changed features in Scale Out for SSIS
New in SSIS in SQL Server 2017 CTP 2.1
New and changed features in Scale Out for SSIS
- You can now use the Use32BitRuntime parameter when you trigger execution in Scale Out.
- The performance of logging to SSISDB for package executions in Scale Out has been improved. The Event Message and Message Context logs are now written to SSISDB in batch mode instead of one by one. Here are some additional notes about this improvement:
- Some reports in the current version of SQL Server Management Studio (SSMS) don't currently display these logs for executions in Scale Out. We anticipate that they will be supported in the next release of SSMS. The affected reports include the All Connections report, the Error Context report, and the Connection Information section in the Integration Service Dashboard.
- A new column event_message_guid has been added. Use this column to join the [catalog].[event_message_context] view and the [catalog].[event_messages] view instead of using event_message_id when you query these logs of executions in Scale Out.
- To get the management application for SSIS Scale Out, download SQL Server Management Studio (SSMS) 17.1 or later.
New in SSIS in SQL Server 2017 CTP 2.0
There are no new SSIS features in SQL Server 2017 CTP 2.0.
New in SSIS in SQL Server 2017 CTP 1.4
There are no new SSIS features in SQL Server 2017 CTP 1.4.
New in SSIS in SQL Server 2017 CTP 1.3
There are no new SSIS features in SQL Server 2017 CTP 1.3.
New in SSIS in SQL Server 2017 CTP 1.2
There are no new SSIS features in SQL Server 2017 CTP 1.2.
New in SSIS in SQL Server 2017 CTP 1.1
There are no new SSIS features in SQL Server 2017 CTP 1.1.
New in SSIS in SQL Server 2017 CTP 1.0
The Scale Out feature makes it much easier to run SSIS on multiple machines.
After installing the Scale Out Master and Workers, the package can be distributed to execute on different Workers automatically. If the execution is terminated unexpectedly, the execution is retried automatically. Also, all the executions and Workers can be centrally managed using the Master.
For more information, see Integration Services Scale Out.
Support for Microsoft Dynamics Online Resources
The OData Source and OData Connection Manager now support connecting to the OData feeds of Microsoft Dynamics AX Online and Microsoft Dynamics CRM Online.