Download presentation
Presentation is loading. Please wait.
Published byBaptiste Gilbert Modified over 5 years ago
1
SSIS. FIRST EXPERIENCE. By Virginia Mushkatblat
2
AGENDA Why we need ETL Databases, RDBMSes, servers, and sources of records (SOR) Why we need to integrate data How do we move data across servers: current technologies SSIS – a tool of the trade. Architecture. Components as a workhorse. Workflow via XML API The main tasks. Examples. Demo: creating a first package.
3
Databases RDBMS Data and supporting structures
A software to support operations of data. Has drivers, engine, memory, bus, and surround modules FILE
4
SERVERS Many databases per server can move data across with notation SELECT * from [SQLMalibu].[dbo].[ParticipantsImport] Databases are registered per server. THEY CAN’T MOVE DATA BETWEEN SERVERS WITHOUT SPECIAL PROVISIONS
5
WHY MOVE : ENTERPRISE ARCHITECTURES
Current enterprises will have a lot of applications and servers. They look something like this: HOW DO WE MOVE DATA ACROSS WITH TRANSFORMATION?
6
DIFFERENT WAYS: LINKED SERVERS
SLOW, MAINTENANCE INTENSIVE, SPECIAL PERMISSIONS, NO PROCEDURES SERVICE BROKER ( DB LAYER BUS) MESSAGING PLATFORM ( BUS) REPLICATION ALL OR NOTHING PROPOSITION OFTEN – OTHERWISE NON-MAINTAINABLE NONE TRANSFORMS DATA.
7
EXTRACT TRANSFORM LOAD – SSIS
Extracts data from outside sources Transforms it to fit the needs of target system Loads it into the end target (database, files, operational data store, data mart, or data warehouse)
8
WHAT IS SSIS 0xCCB3CC F6501DA1BEE49B8C1
9
AND NOW, LET’S CREATE FIRST PACKAGE
10
CONTACT US: Phone: YOU.HUSH
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.