At my company, we deploy our SSIS packages to the MSDB.
Recently, for an audit, we were asked to provide an automated list of changes to some of the primary packages. In DTS 2000 this would be easy using the system tables like sysdtspackages. Is there something in SQL 2005 to create this same kind of audit trail?
TIA.