Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 2.32 KB

lesson-3-add-logging-with-ssis.md

File metadata and controls

47 lines (29 loc) · 2.32 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
Lesson 3: Add Logging with SSIS
Lesson 3: Add Logging with SSIS
chugugrace
chugu
01/04/2019
sql
integration-services
tutorial

Lesson 3: Add logging with SSIS

[!INCLUDEsqlserver-ssis]

[!INCLUDEmsCoName] [!INCLUDEssISnoversion] 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. You can enable logging at the package level, or on individual tasks or containers within the package. You select which events you want to log, and create multiple logs against a single package.

Log providers create the logs. Each log provider can write logging information to different formats and destination types. [!INCLUDEssISnoversion] provides the following log providers:

In this lesson, you create a copy of the package that you created in Lesson 2: Add Looping with SSIS. Working with this new package, you then add and configure logging to monitor specific events during package execution. If you haven't completed either of the previous lessons, you can also copy the completed Lesson 2 package included with the tutorial.

Note

If you haven't already, see the Lesson 1 prerequisites.

Lesson tasks

This lesson contains the following tasks:

Start the lesson

Step 1: Copy the Lesson 2 package