Click here to Skip to main content
Email Password   helpLost your password?

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

You must Sign In to use this message board.
 
 
Per page   
 FirstPrevNext
GeneralGood SSIS Article
sajjadtx
17:38 24 Jun '07  
I am trying to learn SSIS. This is a good article.



Last Updated 26 Dec 2006 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2010