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 |
Rupa
Posting Yak Master
123 Posts |
Posted - 2007-06-20 : 06:39:12
|
Hey allHow wld I insert a filename using:INSERT INTO SSISLog (Filename,EventType,EventDescription)VALUES (???, 'OnError','" +@[System::ErrorDescription]+"')I would like to insert the filename that failed to import. Any help will be highly appreciated.Many, many thanksRupa |
|
|
|
|