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 |
carumuga
Posting Yak Master
174 Posts |
Posted - 2008-07-23 : 10:12:40
|
Hi,In DTS i'm using ActiveX script, performing some manipulation with the filesystem and finally ending the script with "Main = DTSTaskExecResult_Success" or Main = DTSTaskExecResult_Failure. Is there any equivalent code available in the SSIS. I think the code can be directly migrated to SSIS as ActiveX support by backward compatability. |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-07-23 : 10:19:16
|
Here is nice link for all problems related to Activexscript task in SSIS:http://www.dtsxchange.com/help/dtsxchange/dtsxchange.faq.asp |
 |
|
|
|
|