Discussion:
How to Execute a DTSX package from VB.Net 2003.
(too old to reply)
chiks81
2010-03-17 13:17:30 UTC
Permalink
Please advice on How to Execute a DTSX package from VB.Net 2003.
Todd C
2010-03-18 11:45:02 UTC
Permalink
You could call DTExec, and pass it all your parameters and other stuff it
needs to know.

The other way is to use the SSIS Object Model and instantiate and execute
from within the code itself. Can't remember the details though. Check BOL.
--
Todd C
MCTS SQL Server 2005
Post by chiks81
Please advice on How to Execute a DTSX package from VB.Net 2003.
.
Loading...