Applies To: SQL Server 2016 Preview
Microsoft Integration
Services includes logging features that let you troubleshoot and
monitor package execution by providing a trace of task and container
events. The logging features are flexible, and can be enabled at the
package level or on individual tasks and containers within the package.
You can select which events you want to log, and create multiple logs
against a single package.
Logging is provided by a log provider. Each log provider can write logging information to different formats and destination types. Integration Services provides the following log providers:
Logging is provided by a log provider. Each log provider can write logging information to different formats and destination types. Integration Services provides the following log providers:
- Text file
- SQL Server Profiler
- Windows Event log
- SQL Server
- XML file
![]() | ||
---|---|---|
This tutorial requires the AdventureWorksDW2012 sample database. For more information about how to install and deploy AdventureWorksDW2012, Reporting Services Product Samples on CodePlexStep 1: Copying the Lesson 2 PackageApplies To: SQL Server 2016 Preview
In
this task, you will create a copy of the Lesson 2.dtsx package that you
created in Lesson 2. Alternatively, you can add the completed lesson 2
package that is included with the tutorial to the project, and then copy
it instead. You will use this new copy throughout the rest of Lesson 3.
To create the Lesson 3 package
To add the completed Lesson2 package
Step 2: Adding and Configuring LoggingApplies To: SQL Server 2016 Preview
In
this task, you will enable logging for the data flow in the Lesson
3.dtsx package. Then, you will configure a Text File log provider to log
the PipelineExecutionPlan and PipelineExecuteTrees events. The Text
Files log provider creates logs that are easy to view and easily
transportable. The simplicity of these log files makes these files
especially useful during the basic testing phase of a package. You can
also view the log entries in the Log Events window of SSIS Designer.
To add logging to the package
|
No comments:
Post a Comment