TOP NEW SSIS 2012 FEATURES Miguel Cebollero (@SQLMiguel)

Post on 31-Mar-2015

216 views 1 download

Tags:

Transcript of TOP NEW SSIS 2012 FEATURES Miguel Cebollero (@SQLMiguel)

TOP NEW SSIS 2012 FEATURES

Miguel Cebollero (@SQLMiguel)

About Me

Miguel CebolleroTwitter: @SQLMiguelBlog: http://www.SQLMiguel.com Father, husband & DBA 13 years working with SQL Server Speaker, Consulting, Banking, Insurance, Sports, Logistics, Healthcare and Legal Industries Bachelor of Science, The University of Tampa Master of Science, The University of North Carolina

Have a doubt? Ask a Question!

Today’s Agenda

Hands on Demo of Top Features SSISDB Variables Galore Project Deployments Data Taps Built-in Reports

SSIS 2012 New Features

Deployment Deploy to SSIS Server Project or Package

Management & Troubleshooting SSISDB Catalog Server Environments Operations Reports

Development Enhancements Project Connections / Offline Connections Parameters Undo / Redo Compare / Merge Packages

Performance Reduced Memory Usage by Merge & Merge Join Transforms

Data Quality DQS Cleansing

SSISDB

The SSISDB catalog is a central storage and administration point for Integration Services projects, packages, parameters, and environments.

Right-click on the Integration Services folder to create the SSISDB catalog.

SSISDB

DEMO

Package, Parameter, Project, Environment Variables

Package Variable – Scope is at the package level

SSIS Parameters - allow you to assign values to properties within packages at execution time. Replacement for configuration files.

Project Parameters – shareable parameters among several packages in a project

Environment Variables – environment specific values that can alter parameter values at runtime

Package, Parameter, Project, Environment Variables

DEMO

Environment Configuration

Environment references are Relative or Absolute.

Will use the new environment variable after the move.

Environment Configuration

Environment references are Relative or Absolute.

Will continue to use the same environment variable before the move.

Environment Configuration

DEMO

Data Taps

No GUI interface Limit the number of

rows returned setting @max_rows parameter

@dataflow_path_id_string found in DFT of your package Data Flow Path Editor

Data Taps

DEMO

Resources & References

http://www.sqlssis.com http://www.mattmasson.com (Program

Manager) http://bi-polar23.blogspot.com (Program

Manager) http://sqlserverpedia.com/blog/sql-server-

bloggers/ssis-resources/Where do I go for help?

The End…