rodeomount
Programmer
I need to run a DTS package from a sproc and pass parameters in when I call it. Is the following the correct way to call it from a sproc?
xp_cmdShell myDTSPackage @var1, @var2
xp_cmdShell myDTSPackage @var1, @var2