Download presentation
Presentation is loading. Please wait.
1
TOP NEW SSIS 2012 FEATURES Miguel Cebollero (@SQLMiguel)
2
About Me Miguel Cebollero Twitter: @SQLMiguel Blog : 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
3
Have a doubt? Ask a Question!
4
Todays Agenda Hands on Demo of Top Features SSISDB Variables Galore Project Deployments Data Taps Built-in Reports
5
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
6
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.
7
SSISDB DEMO
8
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
9
Package, Parameter, Project, Environment Variables DEMO
10
Environment Configuration Environment references are Relative or Absolute. Will use the new environment variable after the move.
11
Environment Configuration Environment references are Relative or Absolute. Will continue to use the same environment variable before the move.
12
Environment Configuration DEMO
13
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
14
Data Taps DEMO
15
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
16
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
17
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
18
SSISDB Properties Right-click the SSISDB and select properties.
19
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
20
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
21
What is SQL Server? - Demo
22
Resources & References http://www.sqlssis.com http://www.mattmasson.com (Program Manager) http://www.mattmasson.com http://bi-polar23.blogspot.com (Program Manager) http://bi-polar23.blogspot.com http://sqlserverpedia.com/blog/sql-server- bloggers/ssis-resources/ http://sqlserverpedia.com/blog/sql-server- bloggers/ssis-resources/ Where do I go for help?
23
The End…
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.