September 2012
Beginner to intermediate
672 pages
21h 25m
English
This section describes some important changes that were made to SQL Server Integration Services in SQL Server 2012 to improve the overall team development experience for SSIS users.
SQL Server Integration Services packages are XML files with a .dtsx file extension. In previous versions of the product, this XML was verbose with very little formatting, which made it difficult to read without loading it in the SSIS designer. Significant changes were made to the SSIS package format in SQL Server 2012 to make the package XML easier to read and easier to “diff” (compare ...