October 28, 2007 at 7:55 pm
Hey,
How would I execute a package from command line or more specifically through ant?
can I use do something like: exec packagename...?
October 28, 2007 at 8:24 pm
You can generate the windows command for running your package by executing "dtexecui".
This utility give you options for all of the settings required for the package and then shows you the command line you need to use. You should be able to paste that into ant (I can't help you there - I have never used it)
October 29, 2007 at 4:37 am
Refer the below links
GUI ----> DTExecUI.exe
http://technet.microsoft.com/en-us/library/ms141707.aspx
Commadline utility ----> DTExec.exe
http://technet.microsoft.com/en-us/library/ms138023.aspx
Regards..Vidhya Sagar
SQL-Articles
October 29, 2007 at 5:00 am
Jay,
Try this!!!!!!!!
msdn2.microsoft.com/en-us/library/ms188465.aspx
November 4, 2007 at 11:19 am
Thanks for all your suggestions.
I ended up using the following command:
dtexec /f packageName.dtsx
...and that works great.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply