Click here to Skip to main content
15,886,362 members
Articles / Database Development / SQL Server
Article

How to Create a Logger in SSIS

Rate me:
Please Sign up or sign in to vote.
1.80/5 (4 votes)
25 Dec 2006 46.6K   269   13   1
The concept of SSIS Logging is to capture log-enabled events that occurs at run time.

Sample Image - SSIS_Logging.jpg

Introduction

In this article along with the demo package I will discuss SSIS Logging. The concept of SSIS Logging is to capture log-enabled events that occurs at run time.


Here are steps how to achieve this :

1. start Microsoft SQL Server 2005 -> SQL Server Business Intelligence Development Studio

2. click File -> New -> Project -> choose "Integration Services Project" -> name your project name like SSIS_Logger

3. click SSIS -> Logging

4. click checkbox for the Package(left side)

5. click the configuration settings for the connection file(right side)

6. create a new file connection or you can use existing connection

7. click the Details tab to fire the events

8. click Ok and run the package...

9. If Connection is created susccessfully you can able to see the log file in Connection Managers window (Package bottom down)


Sample Image - SSIS_Logging1.jpg


Sample Image - SSIS_Logging2.jpg

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralGood SSIS Article Pin
sajjadtx24-Jun-07 16:38
sajjadtx24-Jun-07 16:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.