Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 sending package parameter values to sp_start_job

Author  Topic 

sarahmfr
Posting Yak Master

214 Posts

Posted - 2011-08-09 : 17:51:50
hi all,
I have a package that got an input variable say sectionid.
I created a job to execute the package .

If got an issue how to pass arguments to sp_start_job
i.e one of the steps in the job accepts a parameter say sectionid
I have that as one of the variables in my package so how to pass the value of this variable when using sp_start_job

Thanks

sarah

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-08-10 : 07:47:41
sorry how to you pass parameter to sp_start_job?
Anyways for passing parameter to package you can use DTEXEC utility which has argument to specify parameter list along with supplied values

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -