Skip to content

Commit 3152234

Browse files
author
PRMerger7
authored
Merge pull request #2597 from douglaslMS/ssis-linux-updates
Added details about ODBC support, other features.
2 parents 0dc342d + 66374c2 commit 3152234

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

docs/linux/sql-server-linux-migrate-ssis.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,24 @@ To run an SSIS package on a Linux computer, do the following things:
4747
4848
## More about SSIS on Linux
4949
50+
**ODBC connections**. With SSIS on Linux CTP 2.1 Refresh and later, SSIS packages can use ODBC connections on Linux. This functionality has been tested with the SQL Server and the MySQL ODBC drivers, but is also expected to work with any Unicode ODBC driver that observes the ODBC specification. At design time, you can provide either a DSN or a connection string to connect to the ODBC data; you can also use Windows authentication. For more info, see the [blog post announcing ODBC support on Linux](https://blogs.msdn.microsoft.com/ssis/2017/06/16/odbc-is-supported-in-ssis-on-linux-ssis-helsinki-ctp2-1-refresh/).
51+
5052
**Deploying packages**. You can only store packages in the file system on Linux in this release. The SSIS Catalog database and the legacy SSIS service are not available on Linux for package deployment and storage.
5153
5254
**Scheduling packages**. You can't use SQL Agent on Linux to schedule package execution in this release.
5355
54-
**Other limitations and known issues**. For other limitations and known issues with SSIS on Linux, see the [Release Notes](sql-server-linux-release-notes.md#ssis).
56+
**Other limitations and known issues**. The following features are not supported in this release when you run SSIS packages on Linux:
57+
- SSIS Catalog database
58+
- Scheduled package execution by SQL Agent
59+
- Windows Authentication
60+
- Third-party components
61+
- Change Data Capture (CDC)
62+
- SSIS Scale Out
63+
- Azure Feature Pack for SSIS
64+
- Hadoop and HDFS support
65+
- Microsoft Connector for SAP BW
66+
67+
For other limitations and known issues with SSIS on Linux, see the [Release Notes](sql-server-linux-release-notes.md#ssis).
5568
5669
For more info about SSIS on Linux, see the following blog posts:
5770

docs/linux/sql-server-linux-release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ Please note the following known issues with this release.
196196

197197
- The **mssql-server-is** package is supported on Ubuntu and Red Hat Enterprise Linux (RHEL) in this release.
198198

199-
- The following features are not supported when running SSIS packages on Linux:
199+
- With SSIS on Linux CTP 2.1 Refresh and later, SSIS packages can use ODBC connections on Linux. This functionality has been tested with the SQL Server and the MySQL ODBC drivers, but is also expected to work with any Unicode ODBC driver that observes the ODBC specification. At design time, you can provide either a DSN or a connection string to connect to the ODBC data; you can also use Windows authentication. For more info, see the [blog post announcing ODBC support on Linux](https://blogs.msdn.microsoft.com/ssis/2017/06/16/odbc-is-supported-in-ssis-on-linux-ssis-helsinki-ctp2-1-refresh/).
200+
201+
- The following features are not supported in this release when you run SSIS packages on Linux:
200202
- SSIS Catalog database
201203
- Scheduled package execution by SQL Agent
202204
- Windows Authentication
@@ -207,8 +209,6 @@ Please note the following known issues with this release.
207209
- Hadoop and HDFS support
208210
- Microsoft Connector for SAP BW
209211

210-
With SSIS on Linux CTP 2.1 Refresh and later, your SSIS packages can use ODBC connections on Linux. For more info, see the [blog post announcing ODBC support on Linux](https://blogs.msdn.microsoft.com/ssis/2017/06/16/odbc-is-supported-in-ssis-on-linux-ssis-helsinki-ctp2-1-refresh/).
211-
212212
#### SQL Server Management Studio (SSMS)
213213
The following limitations apply to SSMS on Windows connected to SQL Server on Linux.
214214

0 commit comments

Comments
 (0)