integration services presentation

14
Start using SQL Server Integration Services (SSIS) Now!

Upload: catherine-eibner

Post on 21-May-2015

1.114 views

Category:

Business


1 download

TRANSCRIPT

Page 1: Integration Services Presentation

Start using SQL Server Integration Services (SSIS) Now!

Page 2: Integration Services Presentation

1. Definition of some SSIS Terminology2. Upgrading Existing Packages3. Lets start Writing Packages in SSIS4. Q & A5. Next Steps

Page 3: Integration Services Presentation

Help you start taking advantage of the great new features in SSIS

Should be able to go back to your office tomorrow and start using SSIS

See that SQL server Integration Services isn’t that Scary after all – if I can do it – you can too!

Page 4: Integration Services Presentation

Senior Systems Designer for Cybner Computer Solutions

10 Years experience in the IT industry MCP since 2002, most recently Microsoft

Certified Technical Specialist: SQL Server 2005, .Net 2.0 Development

Currently Studying IT Masters

Page 5: Integration Services Presentation

Debugging Data Viewer Row level flow control Ability to reference your own dll’s Strongly typed Script tool! In Visual

Studio! With intellisense! Even more importantly because of the

way SSIS runs, there is a performance increase!

Page 6: Integration Services Presentation

SQL Express Basic Import/Export Utility

SQL Workgroup Import/Export Wizard Ability to Save & Schedule basic packages

SQL Standard Everything EXCEPT some of the Data analysis

& Data mining tools SQL Enterprise

Give me everything!

Page 7: Integration Services Presentation

Package Control Flow Data Flow

Containers Tasks Precedence Constraints Source Adapters Transformations Destination Adapters Connection Managers Variables

Page 8: Integration Services Presentation

It’s 4:55 on Thursday afternoon…

“We have decided to upgrade to SQL 2005 this weekend. That wont cause any problems for those DTS packages you’ve written for us will it???”

DEMO

Page 9: Integration Services Presentation

Key Take Away Points: Script your DTS Packages BEFORE you

upgrade Install the Microsoft SQL Server 2000 DTS

Designer Components & SQL Server 2005 Backward Compatibility pack (requires a reboot)

Watch out for how much SQL Helps you out Look & Learn from what SQL does Don't forget about the Integration Service

Connection Manager

Page 10: Integration Services Presentation

We need to do the following:1. Loop through List of new orders in For

Each Loop2. Create Text file for each order – with the

Order ID as the filename3. Update the order to show that text file

has been generated

DEMO

Page 11: Integration Services Presentation

Key Take Aways:1. Add descriptions to each step2. For Each Loop – Looping Data3. Working with Variables & expressions4. Using the lookup tool5. Working with Output Files6. Using the data viewer

Page 12: Integration Services Presentation

Some basic Terminology Migrate your existing packages Simple example of some powerful stuff

Page 13: Integration Services Presentation

Over to you…

Page 14: Integration Services Presentation

Best Resources for SSIS: Google!!! Search what you are trying to do http://www.sqlis.com/ http://www.sqlservercentral.com/ http://sqljunkies.com/ http://www.ssistalk.com/ Get Started!!

More info on me: http://blog.cybner.com.au/