Section 11
Wrap Up and Review
- Lesson 62: Bringing It All Together
- Appendix A: SSIS Component Crib Notes
- Appendix B: Problem and Solution Crib Notes
Chapter 62
Bringing It All Together
In the past 61 lessons, you’ve see most of the common SQL Server Integration Services (SSIS) components, but now it’s time to think a little out of the box, or maybe just make the box bigger, and try a complete solution. In this solution, you create a package that performs a load of a few dozen files into a table and audits the fact that you did this. You also build steps in the package to prevent you from loading the same file twice.
To work the solution in this lesson, you need to download a few files from the book’s website at www.wrox.com. The files that accompany this lesson are as follows:
- Lesson62Create.sql—This is the file that creates the schema you’ll be using throughout this lesson.
- Lesson62Data.zip—This contains the data that you’ll be using to load.
- Lesson62DataNextDay.zip—This contains the data to simulate the next day’s data.
- Lesson62.dtsx—This is a completed version of the package for this lesson.
Lesson Requirements
The AdventureWorks, Inc., sales department wants ...
Get Knight's Microsoft SQL Server 2012 Integration Services 24-Hour Trainer now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.