Archive for September, 2007

SSIS Logging in dbo.sysdtslog90

Wednesday, September 26th, 2007

I was recently asked if you can only use the msdb.dbo.sysdtslog90 table to log SSIS package execution… 

It is possible to log your SSIS execution to a database other than msdb, simply by scripting the sysdtslog90 table from the msdb database, and creating it in a new db.

Then when you configure your SQL Server log provider, use a connection manager that points to the database on which you’ve just created your table.

Microsoft SQL Server 2005 Integration Services Step-by-Step