SSIS Events -
10-11-2006
, 06:33 AM
I'm running my SSIS packages from a scheduler (WindowsService) that I wrote
in .Net. For the logging of the SSIS events I only use te SSIS Log provider
for SQL Server. Nevertheless, the package run start and stop events (and
execution failures) are still logged in the Windows Event Log. Is there a way
to stop SSIS from writing this event-log entries? |