Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / database / SQL-Server

How to Create a Logger in SSIS

1.80/5 (4 votes)
25 Dec 2006 1   269  
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