Quantcast
Channel: Pass Parameter to Job which calls a SP with the Parameter provided?
Browsing all 6 articles
Browse latest View live

Pass Parameter to Job which calls a SP with the Parameter provided?

Thanks Dan,I found this option the best way forward. Now instead of having lots of jobs running reports, i have one job which scans the tblRequestedReports table and exec a report based on the...

View Article



Pass Parameter to Job which calls a SP with the Parameter provided?

One way of hacking this problem is by dynamically updating the job step which executes the stored procedure to include the parameters the user provided.  You can do so by...

View Article

Pass Parameter to Job which calls a SP with the Parameter provided?

I assume the point is that the user should be permitted to start an asynchronous process from a web page. Rather than starting a job, I would look into using Service Broker. The webpage would post a...

View Article

Pass Parameter to Job which calls a SP with the Parameter provided?

The @stardate,@Endate parameters will be passed to a SP which will create the Job - These are passed from a web page.Although you can't pass parameters to the job in the classical sense, you can pass...

View Article

Pass Parameter to Job which calls a SP with the Parameter provided?

You can not pass parameters to JOB. What would be your startdate and enddate? If these are constants, then you can directly use those values when you call the procedure from the JOB. IF not, you need...

View Article


Pass Parameter to Job which calls a SP with the Parameter provided?

ok, I have a problem that is getting the better of me.I have an SP called sp_Rep_QTR which expects the following parameters @stardate,@Endate.Now what I want to do is the following,Create a Job which...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images