SlideShare a Scribd company logo
1 of 14
8.8. Debugging SSISDebugging SSIS
PackagesPackages
.
Presented by:
Pramod Singla
Pramod_singla@yahoo.co.in
ContentContent
 Debugging
 Debug Windows
 Breakpoints
◦ Demo: Introducing Breakpoints
◦ Demo: Working with Breakpoints
 Script Task Debugging
◦ Demo: Debugging a Script Task
 Data Viewer
◦ Demo: Using the Grid Viewer
◦ Demo: Using the Histogram Viewer
◦ Demo: Using the Scatterplot Viewer
◦ Demo: Using the Chart Viewer
Row Count Transformation
 Summary
pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
Recap and Q&ARecap and Q&A
 Scripting in Integration Services
◦ Demo: Get the list of names from the SSIS package store
 Script Task Configuration
◦ Demo: Configuring a Script Task
◦ Demo: Sending Email using Script task
Log method
◦ Demo: Working with the Log method
 Events
◦ Demo: Working with the Events Member
 Script Components
◦ Demo: Creating a Data Transformation Script Component
pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
DebuggingDebugging
 SSIS's various capabilities for
debugging packages during
development and for dealing with
errors during production execution
 Debug packages ways:
◦ Using progress reporting.
◦ View intermediate results by using
debug windows . Ctrl+Alt+O
◦ Examine the package state by setting
breakpoints.
◦ Redirecting the error constraint
◦ Using Data viewer
◦ Using row count transformation
pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
Debug WindowsDebug Windows
Use the object model( especially the properties and methods of
the Application class) to perform the following management tasks:
◦ To get a list of packages stored in a particular location
◦ To determine whether an individual package or folder exists, or to manage the
folders in which packages are stored
◦ To get a list of running packages and to stop a running package
◦ To get a list of roles that is available on a server or assigned to a package
pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
Introducing BreakpointsIntroducing Breakpoints
 Breakpoints are powerful tools
for resolving errors and
validating functionality.
 Breakpoints function in the
control flow but not in the data
flow, which will pause the
control flow execution.
 Open the Locals window to see
variable values and the package
status.
pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
Working with BreakpointsWorking with Breakpoints
To set a breakpoint, highlight the task
or container:
 press F9.
 Right-click, and then click Edit
Breakpoints.
 In popup window, select the various
events where you want the
breakpoint to be set.
 Add locals to view the variable
values at these breakpoints.
pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
Script Task DebuggingScript Task Debugging
 Open the script task you
want to set the breakpoint
in VSTA.
 Go to the line where you
wish to setup the break
point.
 Right click on that line and
select point to Breakpoint,
and then click Insert
Breakpoint.
pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
Data ViewerData Viewer
 To see what kind of
data is passing
between 2 Data Flow
Tasks.
pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
Row Count Transformation
pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
 It counts rows as they pass through a data flow and
stores the final count in a variable.
 It stores value in the variable only after the last row has
passed.
 Can use row counts to update the variables used in
scripts, expressions, and property expressions.
 It has one input and one output. It does not support an
error output.
SummarySummary
 Debugging
 Debug Windows
 Breakpoints
◦ Demo: Introducing Breakpoints
◦ Demo: Working with Breakpoints
 Script Task Debugging
◦ Demo: Debugging a Script Task
 Data Viewer
◦ Demo: Using the Grid Viewer
◦ Demo: Using the Histogram Viewer
◦ Demo: Using the Scatterplot Viewer
◦ Demo: Using the Chart Viewer
Row Count Transformation
pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
DEMO
8_Debugging.dtsx
pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
Resources & QuestionsResources & Questions
Contact me :
◦ Pramod_singla@yahoo.co.in
◦ http://pramodsingla.wordpress.com/
Microsoft Resources:
◦ http://msdn.microsoft.com/en-us/library/cc304421.aspx
pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)

More Related Content

What's hot

React JS and Redux
React JS and ReduxReact JS and Redux
React JS and ReduxGlib Kechyn
 
React state managmenet with Redux
React state managmenet with ReduxReact state managmenet with Redux
React state managmenet with ReduxVedran Blaženka
 
Academy PRO: React JS. Redux & Tooling
Academy PRO: React JS. Redux & ToolingAcademy PRO: React JS. Redux & Tooling
Academy PRO: React JS. Redux & ToolingBinary Studio
 
Redux training
Redux trainingRedux training
Redux trainingdasersoft
 
An introduction to React.js
An introduction to React.jsAn introduction to React.js
An introduction to React.jsEmanuele DelBono
 
Better web apps with React and Redux
Better web apps with React and ReduxBetter web apps with React and Redux
Better web apps with React and ReduxAli Sa'o
 
React, Redux, ES2015 by Max Petruck
React, Redux, ES2015   by Max PetruckReact, Redux, ES2015   by Max Petruck
React, Redux, ES2015 by Max PetruckMaksym Petruk
 
React + Redux Introduction
React + Redux IntroductionReact + Redux Introduction
React + Redux IntroductionNikolaus Graf
 
Introduction to React JS
Introduction to React JSIntroduction to React JS
Introduction to React JSArno Lordkronos
 
[Final] ReactJS presentation
[Final] ReactJS presentation[Final] ReactJS presentation
[Final] ReactJS presentation洪 鹏发
 
Introduction to React JS for beginners | Namespace IT
Introduction to React JS for beginners | Namespace ITIntroduction to React JS for beginners | Namespace IT
Introduction to React JS for beginners | Namespace ITnamespaceit
 
A Brief Introduction to React.js
A Brief Introduction to React.jsA Brief Introduction to React.js
A Brief Introduction to React.jsDoug Neiner
 

What's hot (20)

React JS and Redux
React JS and ReduxReact JS and Redux
React JS and Redux
 
React state managmenet with Redux
React state managmenet with ReduxReact state managmenet with Redux
React state managmenet with Redux
 
React & redux
React & reduxReact & redux
React & redux
 
Academy PRO: React JS. Redux & Tooling
Academy PRO: React JS. Redux & ToolingAcademy PRO: React JS. Redux & Tooling
Academy PRO: React JS. Redux & Tooling
 
Redux training
Redux trainingRedux training
Redux training
 
An introduction to React.js
An introduction to React.jsAn introduction to React.js
An introduction to React.js
 
Better web apps with React and Redux
Better web apps with React and ReduxBetter web apps with React and Redux
Better web apps with React and Redux
 
React, Redux, ES2015 by Max Petruck
React, Redux, ES2015   by Max PetruckReact, Redux, ES2015   by Max Petruck
React, Redux, ES2015 by Max Petruck
 
React + Redux Introduction
React + Redux IntroductionReact + Redux Introduction
React + Redux Introduction
 
React & Redux
React & ReduxReact & Redux
React & Redux
 
React render props
React render propsReact render props
React render props
 
Intro to React
Intro to ReactIntro to React
Intro to React
 
React JS - Introduction
React JS - IntroductionReact JS - Introduction
React JS - Introduction
 
Introduction to React JS
Introduction to React JSIntroduction to React JS
Introduction to React JS
 
[Final] ReactJS presentation
[Final] ReactJS presentation[Final] ReactJS presentation
[Final] ReactJS presentation
 
React js
React jsReact js
React js
 
Introduction to React JS for beginners | Namespace IT
Introduction to React JS for beginners | Namespace ITIntroduction to React JS for beginners | Namespace IT
Introduction to React JS for beginners | Namespace IT
 
ReactJS for Beginners
ReactJS for BeginnersReactJS for Beginners
ReactJS for Beginners
 
A Brief Introduction to React.js
A Brief Introduction to React.jsA Brief Introduction to React.js
A Brief Introduction to React.js
 
React js
React jsReact js
React js
 

Viewers also liked

5\9 SSIS 2008R2_Training - DataFlow Basics
5\9 SSIS 2008R2_Training - DataFlow Basics5\9 SSIS 2008R2_Training - DataFlow Basics
5\9 SSIS 2008R2_Training - DataFlow BasicsPramod Singla
 
6.1\9 SSIS 2008R2_Training - DataFlow Transformations
6.1\9 SSIS 2008R2_Training - DataFlow Transformations6.1\9 SSIS 2008R2_Training - DataFlow Transformations
6.1\9 SSIS 2008R2_Training - DataFlow TransformationsPramod Singla
 
6.2\9 SSIS 2008R2_Training - DataFlow Transformations
6.2\9 SSIS 2008R2_Training - DataFlow Transformations6.2\9 SSIS 2008R2_Training - DataFlow Transformations
6.2\9 SSIS 2008R2_Training - DataFlow TransformationsPramod Singla
 
Centro educativo como agente social
Centro educativo como agente social Centro educativo como agente social
Centro educativo como agente social yenmyd22
 
Programa edición de sonido
Programa edición de sonidoPrograma edición de sonido
Programa edición de sonidoYajanis Castillo
 
Ingles iii iv-study_guide
Ingles iii iv-study_guideIngles iii iv-study_guide
Ingles iii iv-study_guideJUAN CELI
 
Enfoque de la Ciecia y Tecnologia en la Sociedad
Enfoque de la Ciecia y Tecnologia en la SociedadEnfoque de la Ciecia y Tecnologia en la Sociedad
Enfoque de la Ciecia y Tecnologia en la SociedadMilton Guillin
 
SQL Server Integration Services – Enterprise Manageability
SQL Server Integration Services – Enterprise ManageabilitySQL Server Integration Services – Enterprise Manageability
SQL Server Integration Services – Enterprise ManageabilityDan English
 
Sql server-integration-services-ssis-step-by-step-sample-chapters
Sql server-integration-services-ssis-step-by-step-sample-chaptersSql server-integration-services-ssis-step-by-step-sample-chapters
Sql server-integration-services-ssis-step-by-step-sample-chaptersNadinKa Karimou
 
3.1\9 SSIS 2008R2_Training - ControlFlow asks
3.1\9 SSIS 2008R2_Training - ControlFlow asks3.1\9 SSIS 2008R2_Training - ControlFlow asks
3.1\9 SSIS 2008R2_Training - ControlFlow asksPramod Singla
 
1\9.SSIS 2008R2_Training - Introduction to SSIS
1\9.SSIS 2008R2_Training - Introduction to SSIS1\9.SSIS 2008R2_Training - Introduction to SSIS
1\9.SSIS 2008R2_Training - Introduction to SSISPramod Singla
 
2012 Team F_Great Erjie
2012 Team F_Great Erjie2012 Team F_Great Erjie
2012 Team F_Great ErjieASLIS PO
 
2011 Team A_Mosh
2011 Team A_Mosh2011 Team A_Mosh
2011 Team A_MoshASLIS PO
 
2015 Team C_C See Care
2015 Team C_C See Care 2015 Team C_C See Care
2015 Team C_C See Care ASLIS PO
 

Viewers also liked (20)

5\9 SSIS 2008R2_Training - DataFlow Basics
5\9 SSIS 2008R2_Training - DataFlow Basics5\9 SSIS 2008R2_Training - DataFlow Basics
5\9 SSIS 2008R2_Training - DataFlow Basics
 
6.1\9 SSIS 2008R2_Training - DataFlow Transformations
6.1\9 SSIS 2008R2_Training - DataFlow Transformations6.1\9 SSIS 2008R2_Training - DataFlow Transformations
6.1\9 SSIS 2008R2_Training - DataFlow Transformations
 
6.2\9 SSIS 2008R2_Training - DataFlow Transformations
6.2\9 SSIS 2008R2_Training - DataFlow Transformations6.2\9 SSIS 2008R2_Training - DataFlow Transformations
6.2\9 SSIS 2008R2_Training - DataFlow Transformations
 
Centro educativo como agente social
Centro educativo como agente social Centro educativo como agente social
Centro educativo como agente social
 
CPV Training Slides 4
CPV Training Slides 4CPV Training Slides 4
CPV Training Slides 4
 
lokalix2015
lokalix2015lokalix2015
lokalix2015
 
Programa edición de sonido
Programa edición de sonidoPrograma edición de sonido
Programa edición de sonido
 
Ingles iii iv-study_guide
Ingles iii iv-study_guideIngles iii iv-study_guide
Ingles iii iv-study_guide
 
Enfoque de la Ciecia y Tecnologia en la Sociedad
Enfoque de la Ciecia y Tecnologia en la SociedadEnfoque de la Ciecia y Tecnologia en la Sociedad
Enfoque de la Ciecia y Tecnologia en la Sociedad
 
SQL Server Integration Services – Enterprise Manageability
SQL Server Integration Services – Enterprise ManageabilitySQL Server Integration Services – Enterprise Manageability
SQL Server Integration Services – Enterprise Manageability
 
Ssn0020 ssis 2012 for beginners
Ssn0020   ssis 2012 for beginnersSsn0020   ssis 2012 for beginners
Ssn0020 ssis 2012 for beginners
 
Sql server-integration-services-ssis-step-by-step-sample-chapters
Sql server-integration-services-ssis-step-by-step-sample-chaptersSql server-integration-services-ssis-step-by-step-sample-chapters
Sql server-integration-services-ssis-step-by-step-sample-chapters
 
3.1\9 SSIS 2008R2_Training - ControlFlow asks
3.1\9 SSIS 2008R2_Training - ControlFlow asks3.1\9 SSIS 2008R2_Training - ControlFlow asks
3.1\9 SSIS 2008R2_Training - ControlFlow asks
 
1\9.SSIS 2008R2_Training - Introduction to SSIS
1\9.SSIS 2008R2_Training - Introduction to SSIS1\9.SSIS 2008R2_Training - Introduction to SSIS
1\9.SSIS 2008R2_Training - Introduction to SSIS
 
2012 Team F_Great Erjie
2012 Team F_Great Erjie2012 Team F_Great Erjie
2012 Team F_Great Erjie
 
כלב מסוג טרייאר
כלב מסוג טרייארכלב מסוג טרייאר
כלב מסוג טרייאר
 
2011 Team A_Mosh
2011 Team A_Mosh2011 Team A_Mosh
2011 Team A_Mosh
 
2015 Team C_C See Care
2015 Team C_C See Care 2015 Team C_C See Care
2015 Team C_C See Care
 
Emprendurismo
EmprendurismoEmprendurismo
Emprendurismo
 
Infancias digitales
Infancias digitalesInfancias digitales
Infancias digitales
 

Similar to 8\9 SSIS 2008R2_Training - Debugging_Package

Practical Dynamic Actions - Intro
Practical Dynamic Actions - IntroPractical Dynamic Actions - Intro
Practical Dynamic Actions - IntroJorge Rimblas
 
Week 8
Week 8Week 8
Week 8A VD
 
Better User Experience with .NET
Better User Experience with .NETBetter User Experience with .NET
Better User Experience with .NETPeter Gfader
 
Advanced iOS Debbuging (Reloaded)
Advanced iOS Debbuging (Reloaded)Advanced iOS Debbuging (Reloaded)
Advanced iOS Debbuging (Reloaded)Massimo Oliviero
 
Server side rendering with React and Symfony
Server side rendering with React and SymfonyServer side rendering with React and Symfony
Server side rendering with React and SymfonyIgnacio Martín
 
Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...
Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...
Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...Sparkhound Inc.
 
Angular JS2 Training Session #1
Angular JS2 Training Session #1Angular JS2 Training Session #1
Angular JS2 Training Session #1Paras Mendiratta
 
بررسی چارچوب جنگو
بررسی چارچوب جنگوبررسی چارچوب جنگو
بررسی چارچوب جنگوrailsbootcamp
 
07 asp.net session10
07 asp.net session1007 asp.net session10
07 asp.net session10Mani Chaubey
 
Windows Store app using XAML and C#: Enterprise Product Development
Windows Store app using XAML and C#: Enterprise Product Development Windows Store app using XAML and C#: Enterprise Product Development
Windows Store app using XAML and C#: Enterprise Product Development Mahmoud Hamed Mahmoud
 
IE 8 et les standards du Web - Chris Wilson - Paris Web 2008
IE 8 et les standards du Web - Chris Wilson - Paris Web 2008IE 8 et les standards du Web - Chris Wilson - Paris Web 2008
IE 8 et les standards du Web - Chris Wilson - Paris Web 2008Association Paris-Web
 
Silverlight 2 for Developers - TechEd New Zealand 2008
Silverlight 2 for Developers - TechEd New Zealand 2008Silverlight 2 for Developers - TechEd New Zealand 2008
Silverlight 2 for Developers - TechEd New Zealand 2008Jonas Follesø
 
Chicago alm user group git demo script and notes
Chicago alm user group   git demo script and notesChicago alm user group   git demo script and notes
Chicago alm user group git demo script and notesDave Burnison
 
How to make a Load Testing with Visual Studio 2012
How to make a Load Testing with Visual Studio 2012How to make a Load Testing with Visual Studio 2012
How to make a Load Testing with Visual Studio 2012Chen-Tien Tsai
 
Rational Robot (http://www.geektester.blogspot.com)
Rational Robot (http://www.geektester.blogspot.com)Rational Robot (http://www.geektester.blogspot.com)
Rational Robot (http://www.geektester.blogspot.com)raj.kamal13
 
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...DataLeader.io
 
Fly High With Angular - How to build an app using Angular
Fly High With Angular - How to build an app using AngularFly High With Angular - How to build an app using Angular
Fly High With Angular - How to build an app using AngularVacation Labs
 
07 asp.net session10
07 asp.net session1007 asp.net session10
07 asp.net session10Vivek chan
 
IntoTheNebulaArticle.pdf
IntoTheNebulaArticle.pdfIntoTheNebulaArticle.pdf
IntoTheNebulaArticle.pdfDavid Harrison
 

Similar to 8\9 SSIS 2008R2_Training - Debugging_Package (20)

Practical Dynamic Actions - Intro
Practical Dynamic Actions - IntroPractical Dynamic Actions - Intro
Practical Dynamic Actions - Intro
 
Week 8
Week 8Week 8
Week 8
 
Better User Experience with .NET
Better User Experience with .NETBetter User Experience with .NET
Better User Experience with .NET
 
Advanced iOS Debbuging (Reloaded)
Advanced iOS Debbuging (Reloaded)Advanced iOS Debbuging (Reloaded)
Advanced iOS Debbuging (Reloaded)
 
Server side rendering with React and Symfony
Server side rendering with React and SymfonyServer side rendering with React and Symfony
Server side rendering with React and Symfony
 
OLT open script
OLT open script OLT open script
OLT open script
 
Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...
Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...
Optimizing Code Reusability for SharePoint using Linq to SharePoint & the MVP...
 
Angular JS2 Training Session #1
Angular JS2 Training Session #1Angular JS2 Training Session #1
Angular JS2 Training Session #1
 
بررسی چارچوب جنگو
بررسی چارچوب جنگوبررسی چارچوب جنگو
بررسی چارچوب جنگو
 
07 asp.net session10
07 asp.net session1007 asp.net session10
07 asp.net session10
 
Windows Store app using XAML and C#: Enterprise Product Development
Windows Store app using XAML and C#: Enterprise Product Development Windows Store app using XAML and C#: Enterprise Product Development
Windows Store app using XAML and C#: Enterprise Product Development
 
IE 8 et les standards du Web - Chris Wilson - Paris Web 2008
IE 8 et les standards du Web - Chris Wilson - Paris Web 2008IE 8 et les standards du Web - Chris Wilson - Paris Web 2008
IE 8 et les standards du Web - Chris Wilson - Paris Web 2008
 
Silverlight 2 for Developers - TechEd New Zealand 2008
Silverlight 2 for Developers - TechEd New Zealand 2008Silverlight 2 for Developers - TechEd New Zealand 2008
Silverlight 2 for Developers - TechEd New Zealand 2008
 
Chicago alm user group git demo script and notes
Chicago alm user group   git demo script and notesChicago alm user group   git demo script and notes
Chicago alm user group git demo script and notes
 
How to make a Load Testing with Visual Studio 2012
How to make a Load Testing with Visual Studio 2012How to make a Load Testing with Visual Studio 2012
How to make a Load Testing with Visual Studio 2012
 
Rational Robot (http://www.geektester.blogspot.com)
Rational Robot (http://www.geektester.blogspot.com)Rational Robot (http://www.geektester.blogspot.com)
Rational Robot (http://www.geektester.blogspot.com)
 
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...
 
Fly High With Angular - How to build an app using Angular
Fly High With Angular - How to build an app using AngularFly High With Angular - How to build an app using Angular
Fly High With Angular - How to build an app using Angular
 
07 asp.net session10
07 asp.net session1007 asp.net session10
07 asp.net session10
 
IntoTheNebulaArticle.pdf
IntoTheNebulaArticle.pdfIntoTheNebulaArticle.pdf
IntoTheNebulaArticle.pdf
 

Recently uploaded

Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubaikojalkojal131
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabiaahmedjiabur940
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...Elaine Werffeli
 
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...HyderabadDolls
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraGovindSinghDasila
 
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book nowVadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book nowgargpaaro
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...HyderabadDolls
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxchadhar227
 
Case Study 4 Where the cry of rebellion happen?
Case Study 4 Where the cry of rebellion happen?Case Study 4 Where the cry of rebellion happen?
Case Study 4 Where the cry of rebellion happen?RemarkSemacio
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...
Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...
Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...HyderabadDolls
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...gajnagarg
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...gajnagarg
 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...nirzagarg
 
Top profile Call Girls In Rohtak [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Rohtak [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Rohtak [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Rohtak [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
 
Lake Town / Independent Kolkata Call Girls Phone No 8005736733 Elite Escort S...
Lake Town / Independent Kolkata Call Girls Phone No 8005736733 Elite Escort S...Lake Town / Independent Kolkata Call Girls Phone No 8005736733 Elite Escort S...
Lake Town / Independent Kolkata Call Girls Phone No 8005736733 Elite Escort S...HyderabadDolls
 
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...SOFTTECHHUB
 

Recently uploaded (20)

Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubai
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
Sonagachi * best call girls in Kolkata | ₹,9500 Pay Cash 8005736733 Free Home...
 
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Purnia [ 7014168258 ] Call Me For Genuine Models We...
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - Almora
 
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book nowVadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
 
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
Sealdah % High Class Call Girls Kolkata - 450+ Call Girl Cash Payment 8005736...
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptx
 
Case Study 4 Where the cry of rebellion happen?
Case Study 4 Where the cry of rebellion happen?Case Study 4 Where the cry of rebellion happen?
Case Study 4 Where the cry of rebellion happen?
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...
Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...
Kalyani ? Call Girl in Kolkata | Service-oriented sexy call girls 8005736733 ...
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
 
Top profile Call Girls In Rohtak [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Rohtak [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Rohtak [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Rohtak [ 7014168258 ] Call Me For Genuine Models We...
 
Lake Town / Independent Kolkata Call Girls Phone No 8005736733 Elite Escort S...
Lake Town / Independent Kolkata Call Girls Phone No 8005736733 Elite Escort S...Lake Town / Independent Kolkata Call Girls Phone No 8005736733 Elite Escort S...
Lake Town / Independent Kolkata Call Girls Phone No 8005736733 Elite Escort S...
 
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
 

8\9 SSIS 2008R2_Training - Debugging_Package

  • 1. 8.8. Debugging SSISDebugging SSIS PackagesPackages . Presented by: Pramod Singla Pramod_singla@yahoo.co.in
  • 2. ContentContent  Debugging  Debug Windows  Breakpoints ◦ Demo: Introducing Breakpoints ◦ Demo: Working with Breakpoints  Script Task Debugging ◦ Demo: Debugging a Script Task  Data Viewer ◦ Demo: Using the Grid Viewer ◦ Demo: Using the Histogram Viewer ◦ Demo: Using the Scatterplot Viewer ◦ Demo: Using the Chart Viewer Row Count Transformation  Summary pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
  • 3. Recap and Q&ARecap and Q&A  Scripting in Integration Services ◦ Demo: Get the list of names from the SSIS package store  Script Task Configuration ◦ Demo: Configuring a Script Task ◦ Demo: Sending Email using Script task Log method ◦ Demo: Working with the Log method  Events ◦ Demo: Working with the Events Member  Script Components ◦ Demo: Creating a Data Transformation Script Component pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
  • 4. DebuggingDebugging  SSIS's various capabilities for debugging packages during development and for dealing with errors during production execution  Debug packages ways: ◦ Using progress reporting. ◦ View intermediate results by using debug windows . Ctrl+Alt+O ◦ Examine the package state by setting breakpoints. ◦ Redirecting the error constraint ◦ Using Data viewer ◦ Using row count transformation pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
  • 5. Debug WindowsDebug Windows Use the object model( especially the properties and methods of the Application class) to perform the following management tasks: ◦ To get a list of packages stored in a particular location ◦ To determine whether an individual package or folder exists, or to manage the folders in which packages are stored ◦ To get a list of running packages and to stop a running package ◦ To get a list of roles that is available on a server or assigned to a package pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com) pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
  • 6. Introducing BreakpointsIntroducing Breakpoints  Breakpoints are powerful tools for resolving errors and validating functionality.  Breakpoints function in the control flow but not in the data flow, which will pause the control flow execution.  Open the Locals window to see variable values and the package status. pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
  • 7. Working with BreakpointsWorking with Breakpoints To set a breakpoint, highlight the task or container:  press F9.  Right-click, and then click Edit Breakpoints.  In popup window, select the various events where you want the breakpoint to be set.  Add locals to view the variable values at these breakpoints. pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
  • 8. Script Task DebuggingScript Task Debugging  Open the script task you want to set the breakpoint in VSTA.  Go to the line where you wish to setup the break point.  Right click on that line and select point to Breakpoint, and then click Insert Breakpoint. pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
  • 9. Data ViewerData Viewer  To see what kind of data is passing between 2 Data Flow Tasks. pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
  • 10. Row Count Transformation pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)  It counts rows as they pass through a data flow and stores the final count in a variable.  It stores value in the variable only after the last row has passed.  Can use row counts to update the variables used in scripts, expressions, and property expressions.  It has one input and one output. It does not support an error output.
  • 11. SummarySummary  Debugging  Debug Windows  Breakpoints ◦ Demo: Introducing Breakpoints ◦ Demo: Working with Breakpoints  Script Task Debugging ◦ Demo: Debugging a Script Task  Data Viewer ◦ Demo: Using the Grid Viewer ◦ Demo: Using the Histogram Viewer ◦ Demo: Using the Scatterplot Viewer ◦ Demo: Using the Chart Viewer Row Count Transformation pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)
  • 14. Resources & QuestionsResources & Questions Contact me : ◦ Pramod_singla@yahoo.co.in ◦ http://pramodsingla.wordpress.com/ Microsoft Resources: ◦ http://msdn.microsoft.com/en-us/library/cc304421.aspx pramod_singla@yahoo.co.in (www.pramodsingla.wordpress.com)