What’s New in SSIS with SQL 2008

15
What’s New in SSIS with SQL 2008 Bret Stateham Training Manager Vortex Learning Solutions [email protected] blogs.netconnex.com

description

What’s New in SSIS with SQL 2008. Bret Stateham Training Manager Vortex Learning Solutions [email protected] blogs.netconnex.com. Agenda. What’s New Overview Samples on CodePlex Scripting Changes Lookup Transformation Data Profiling. Comments & Questions. - PowerPoint PPT Presentation

Transcript of What’s New in SSIS with SQL 2008

Page 1: What’s New in SSIS with SQL 2008

What’s New in SSIS with SQL 2008

Bret StatehamTraining ManagerVortex Learning [email protected]

Page 2: What’s New in SSIS with SQL 2008

Agenda

• What’s New Overview• Samples on CodePlex• Scripting Changes• Lookup Transformation• Data Profiling

Page 3: What’s New in SSIS with SQL 2008

Comments & Questions

• Please hold “Can I ….” & “How would I…” questions until the end

• Send me an email with follow up questions:

[email protected]

Page 4: What’s New in SSIS with SQL 2008

What’s New OverviewCategory Enhancement

Installation Features • Need to get Samples from CodePlex• DTS Support Issues

Component Enhancements • Lookup Transformation • ADO.NET Sources & Destinations• Data Profiling Task• Connections Project Wizard• New Scripting Environment & Features• Package Upgrade

Data Management Enhancements • Import/Export Wiz Data Type Handling• Support for new Date / Time Data Types• SQL Language Enhancements• Change Data Capture

Performance and Troubleshooting • Debug Dump Files (.tmp)

Page 5: What’s New in SSIS with SQL 2008

Samples on CodePlex

• Sample Databases and Code Samples– No Longer installed with SQL Server– Go to CodePlex to download them:

www.codeplex.com/SQLServerSamples

Page 6: What’s New in SSIS with SQL 2008

Scripting Changes

• Visual Studio Tools for Applications (VSTA)• Now supports C# as well as VB.Net• Easier to reference custom assemblies– No longer have to store the assemblies in the

Framework or SDK folders

Page 7: What’s New in SSIS with SQL 2008

Demo

Page 8: What’s New in SSIS with SQL 2008

Lookup Transformations

• New “Cache Transform” and “Cache Connection Manager” components

• Cache Transform uses a Cache Connection Manager to populate a cache

• Lookup Transform use a Cache Connection Manager to read from an existing cache

• Caches can be persisted to a file for re-use across packages and time

Page 9: What’s New in SSIS with SQL 2008

Demo

Page 10: What’s New in SSIS with SQL 2008

Data Profiling

• Investigates data characteristics• Data Profile Viewer to view output• Can use Script Tasks to parse XML

Page 11: What’s New in SSIS with SQL 2008

Profile TypesProfile Use

Candidate Key Verify Uniqueness of Key Values, or Identify Keys

Column Null Ratio Find percentage of NULL in a column across rows

Column Statistics Min, Max, Median, Deviation

Column Value Distribution Distinct values and counts

Column Length Distribution Lengths of the column values with row counts

Column Pattern Regular Expressions and counts

Functional Dependency Verify parent child relationships, multiple parents

Value Inclusion Verify parent child relationships, locate orphans

Page 12: What’s New in SSIS with SQL 2008

Demo

Page 13: What’s New in SSIS with SQL 2008

Transact SQL Enhancements

Page 14: What’s New in SSIS with SQL 2008

Summary

• What’s New Overview• Samples on CodePlex• Scripting Changes• Lookup Transformation• Data Profiling

Page 15: What’s New in SSIS with SQL 2008

Thanks!

• Stay in touch:

[email protected]

• Today’s Sessions:– Understanding SSIS Data Flows (next)– What’s New is SSIS with SQL Server 2008 (4:00pm)

• Tomorrow’s Sessions:– Extending SQL Server Integration Services (SSIS) – 9:00am– Understanding SQL 2008 Change Data Capture – 10:15am