SSIS Presentation

11
OLTP Database and ETL SSIS package Barbara Bederman [email protected]

description

Examples of ETL using SSIS

Transcript of SSIS Presentation

Page 1: SSIS Presentation

OLTP Database and ETL SSIS package Barbara Bederman [email protected]

Page 2: SSIS Presentation

OLTP database design and SSIS ETL and database backup processThe objective was to create a OLTP database in

third normal form, and an ELT process to load data from Excel spreadsheets and XML files into the database tables. This ETL process was then packaged with a database backup, shrink and index rebuild. A job was created in SQL Server Agent to run this process on a schedule. The data was for a construction company with on-going and closed projects.

Page 3: SSIS Presentation

Table Of ContentsDatabase diagram of OLTP database created for this

project.Master SSIS package.Data flow for the Employee Master Load package.Data flow for the Overhead Master Load package.Control flow showing the for each container for the loading

of multiple timesheets.Data flow for the Employee Time Sheet Load package.Data flow for the Materials Purchases Load package.

(Example of an ETL process reading in an XML file)Data flow for the Invoices Load package.

Page 4: SSIS Presentation
Page 5: SSIS Presentation
Page 6: SSIS Presentation
Page 7: SSIS Presentation
Page 8: SSIS Presentation
Page 9: SSIS Presentation
Page 10: SSIS Presentation
Page 11: SSIS Presentation