Skip to content

Commit def13c3

Browse files
committed
Fixed TOC, clarified data sources per PM request.
1 parent 424a146 commit def13c3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/linux/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
### [Export and import a BACPAC from Windows](sql-server-linux-migrate-ssms.md)
4646
### [Migrate with SQL Server Migration Assistant](sql-server-linux-migrate-ssma.md)
4747
### [Bulk copy with bcp](sql-server-linux-migrate-bcp.md)
48-
### [Load data with (SSIS)](sql-server-linux-migrate-ssis.md)
48+
### [Extract, transform, and load data with SSIS](sql-server-linux-migrate-ssis.md)
4949

5050
## [Configure Business Continuity](sql-server-linux-business-continuity-dr.md)
5151
### [Backup and Restore](sql-server-linux-backup-and-restore-database.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ ms.assetid: 9dab69c7-73af-4340-aef0-de057356b791
1616

1717
This topic describes how to run SQL Server Integration Services (SSIS) packages on Linux. SSIS solves complex data integration problems by loading data from multiple sources and formats, transforming and cleansing the data, and updating multiple destinations.
1818

19-
SSIS packages running on Linux can connect to Microsoft SQL Server running on Windows on-premises or in the cloud, on Linux, or in Docker. They can also connect to Azure SQL Database, Azure SQL Data Warehouse, and ODBC data sources.
19+
SSIS packages running on Linux can connect to Microsoft SQL Server running on Windows on-premises or in the cloud, on Linux, or in Docker. They can also connect to Azure SQL Database, Azure SQL Data Warehouse, ODBC data sources, flat files, and other data sources including ADO.NET sources, XML files, and OData services.
2020

21-
You can use SSIS to run packages on Linux when you also have a Windows computer to create and maintain packages. The SSIS design and management tools are Windows applications.
21+
You can run SSIS packages on Linux when you also have a Windows computer to create and maintain packages. The SSIS design and management tools are Windows applications.
2222

2323
## Prerequisites
2424

0 commit comments

Comments
 (0)