Skip to content

Commit 4adb3e5

Browse files
authored
Merge pull request #1828 from rothja/ssisreleasenotes
Adding section for SSIS on Linux release notes
2 parents 70d852a + 7898ef2 commit 4adb3e5

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

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

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,28 @@ The following sections describe known issues with this release of SQL Server 201
150150
#### SqlPackage
151151
- Using SqlPackage requires specifying an absolute path for files. Using relative paths will map the files under the "/tmp/sqlpackage.\<code\>/system/system32" folder.
152152

153-
- **Resolution**: Use absolute file paths.
153+
- **Resolution**: Use absolute file paths.
154154

155155
- SqlPackage shows the location of files with a "C:\\" prefix.
156156

157-
157+
#### SQL Server Integration Services (SSIS)
158+
SSIS packages can be run on Linux. For more information, see [the blog post announcing SSIS support for SQL Server on Linux](https://blogs.msdn.microsoft.com/ssis/2017/05/17/ssis-helsinki-is-available-in-sql-server-vnext-ctp2-1/). Please note the following known issues with this release.
159+
160+
- The **mssql-server-is** package is only supported on Ubuntu at this time.
161+
162+
- The following features are not supported when running SSIS packages on Linux:
163+
- SSIS Catalog DB
164+
- Schedule Packages execution by SQL Agent
165+
- Windows Authentication
166+
- Third party components
167+
- Third party ODBC drivers
168+
- ODBC Connection Manager, Source, and Destination
169+
- Change Data Capture (CDC)
170+
- Scale Out
171+
- Azure Feature Pack
172+
- Hadoop and HDFS Support
173+
- Microsoft Connector for SAP BW
174+
158175
#### SQL Server Management Studio (SSMS)
159176
The following limitations apply to SSMS on Windows connected to SQL Server on Linux.
160177

0 commit comments

Comments
 (0)