Just to be clear, there is no reason that you cannot use DTSRUN from
xp_cmdshell. The OLE stored procedure method that Yash linked to does offer
potentially more flexibility, but it can be problematic in it's own right.
--
Darren Green
http://www.sqldts.com
"TomTait747" <TomTait747 (AT) discussions (DOT) microsoft.com> wrote
Quote:
I would like to run a package while passing it a variable from a stored
procedure. The xp_cmdShell method isn't working because dtsrun is working
|
from the command line. Is there another way?