Groups | Blog | Home
all groups > sql server clustering > february 2005 >

sql server clustering : Want to Call DTS Package....



Patrick
2/25/2005 1:48:22 PM
Hi All

I want to call DTS Package from Job. How, can I do that ?

First DTS Package transfers data and then it calculates on that imported
data.

Wating for reply
Silent Ocean

Keith Kratochvil
2/25/2005 2:26:22 PM
dtsrun.exe

--
Keith


[quoted text, click to view]
Patrick
2/25/2005 3:49:50 PM
I want to call within SQL Job. dtsrun.exe is command line utility. How can I
run that command line utility with in the Sql Job
thanks
[quoted text, click to view]

Keith Kratochvil
2/25/2005 4:06:46 PM
exec master..xp_cmdshell 'dtsrun ....'
or
create an Operating System Command job step (via the "Type" listbox).

--
Keith


[quoted text, click to view]
MGFoster
2/25/2005 8:58:12 PM
[quoted text, click to view]

Right-click on the DTS package you want to schedule. Select Schedule &
complete the following prompts.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
AddThis Social Bookmark Button