olzo
SSC Veteran
Points: 248
More actions
June 11, 2004 at 8:17 am
#180386
Hi,
Is it possible to call a package from a SP ?
Maybe it s stupid and better to code everything in the SP... but i would like to know
THANKS
Oliver
AJ Ahrens
SSC-Insane
Points: 20676
June 11, 2004 at 8:37 am
#510075
it is. Look at DTSRun in BOL
Good Hunting!
AJ Ahrenswebmaster@kritter.net
deepaksql
SSC Enthusiast
Points: 159
June 11, 2004 at 9:46 am
#510104
use the following statement in the stored procedure
exec dtsrun /S<servername> /U<username> /P<password> /N<packagename>
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply