TOP NEW SSIS 2012 FEATURES Miguel Cebollero
About Me Miguel Cebollero Blog : 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!
Todays 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 found in DFT of your package Data Flow Path Editor
Data Taps DEMO
Environment Configuration To configure a package to use an Environment Variable, it must be configured in two location; Project-level and Package-level 1. Project-level Configuration 2. Choose the correct scope; Environment package
Environment Configuration To configure a package to use an Environment Variable, it must be configured in two location; Project-level and Package-level 3. Add reference to Env. variable 4. Set the value for the Env. variable
Environment Configuration To configure a package to use an Environment Variable, it must be configured in two location; Project-level and Package-level 5. Configure the package to use Env. variable6. Set reference at package level
SSISDB Properties Right-click the SSISDB and select properties.
SSISDB Properties SSISDB properties are also available via tables & can be configured via stored procedures. SSISDB.catalog.catalog_properties(view) all existing property settings SSISDB. catalog.configure_catalog(SP) configure SSISDB properties via SP
Terminology Server (SQLDEV3) Instance (OLTP) Database (NCM) Schema (CIA) Objects (Tables) Authentication Types Windows Authentication SQL Server Authentication NCM (Database) CIA (Schema) - Tables (Objects) - Views - Stored Procedures SQLDEV3 (Server) \OLTP (Instance) BR dbo - Tables - Views - Stored Procedures
What is SQL Server? - Demo
Resources & References (Program Manager) (Program Manager) bloggers/ssis-resources/ bloggers/ssis-resources/ Where do I go for help?
The End…