SQL Server 2005 Integration Services: Matthew Stephen IT Pro Evangelist (SQL Server) Microsoft LTD
SQL Server 2005 Integration Services: Matthew Stephen IT Pro Evangelist (SQL Server) Microsoft LTD
Matthew Stephen
IT Pro Evangelist (SQL Server)
http://blogs.technet.com/mat_stephen
Microsoft Ltd.
What is SQL Server Integration
Services?
A new Microsoft SQL Server
Business Intelligence application
Staging
Warehouse
ETL
Hand
Legacy data: binary files
coding
Cleansing
&
ETL Reports
ETL Staging
Application database Mobile
data
•Integration and warehousing require separate, staged, operations.
•Preparation of data requires different, often incompatible, tools.
•Reporting and escalation is a slow process, delaying smart responses.
•Heavy data volumes make this scenario increasingly unworkable.
Example: with Integration Services
Alerts & escalation
Custom Merges
source
Warehouse
Legacy data: binary files
•Integration process simply conforms data and loads the database server
•The database performs aggregations, sorting and other operations
•Database competes for resources from user queries
•This solution does not scale very well
Enabling new architectures …
Warehouse loading with SQL Server Integration Services
Integration
Services
Package Execution
Source Flat
Files
Destination
SSIS data
SSIS support
SSIS
package Server(s)
package
Logging
error rows
Sample Server Layout
SSIS Parent
Package Execution
via SQL Agent
SSIS
(scheduled)
packages
in SQL
Parent calls
children via Source
SQL Agent on data
other
machines
SSIS
Destination support
Logging Error Rows
data Server(s)
Demo
Summary