Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ServerTeam
Yak Posting Veteran
83 Posts |
Posted - 2008-06-24 : 07:15:20
|
Hi Gurus,How can i know SSIS packages history as this package is executed with issues or without issues Thanks,ServerTeam |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-06-24 : 07:49:33
|
You can use package logging for that. there's a standard table called sysdtslog90 used by ssis for logging. |
 |
|
|
|
|