Introduction to SSIS
  • Introduction
Creating a Package and Processing of Flat Files
  • Importing a Flat File into a SQL Server Database
  • Importing Multiple Flat Files into a SQL Server Database
  • Exporting Results into a Flat File
Incremental Loading
  • Configuring Change Data Capture (CDC)
  • Incremental Loading using Change Data Capture (CDC)
Excel Handling
  • Dealing of Excel Connection Manager Driver Issues
  • Loading of Excel Files and Examining the Results
Data Transformations
  • Union ALL
  • LookUp
  • Sorting
  • Re-directing Unmatched rows
  • Data Conversion
  • Derived Column
  • Conditional Split
Error Handling
  • Configuring DFT Error Output and Redirecting bad data
  • Loading error records into a table with specific error description(Script Task)
  • Error Handling by using Event Handlers
Package Deployment
  • Deploying a package using SSDT and executing it on SQL Server
  • Deploying a package using command-line and executing it on File System
Conclusion
  • Resume Tips