dbTalk Databases Forums  

SQL Server 2005 SSIS Package Event History

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SQL Server 2005 SSIS Package Event History in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joe K.
 
Posts: n/a

Default SQL Server 2005 SSIS Package Event History - 12-02-2009 , 04:41 PM






I have several SQL Server 2005 SSIS packages. What tables or t-sql query
can I run against the MSDB database to obtain detail information about the
SSIS event history? Trying to resolve problems with several SSIS packages.

Please help me resolve this issue.

Thank You,

Reply With Quote
  #2  
Old   
Todd C
 
Posts: n/a

Default RE: SQL Server 2005 SSIS Package Event History - 12-03-2009 , 06:45 AM






use MSDB
go
SELECT * FROM sys.tables
WHERE name like '%package%'

That should get you a list of system tables that you can query.

HTH
=====
Todd C


"Joe K." wrote:

Quote:
I have several SQL Server 2005 SSIS packages. What tables or t-sql query
can I run against the MSDB database to obtain detail information about the
SSIS event history? Trying to resolve problems with several SSIS packages.

Please help me resolve this issue.

Thank You,

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.