execute SQL Agent job from web form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a web form and I'm able to list db servers and Job listed in the SQL
Server Agent Job list, now my question is, how can I execute a .

so for example

dropdown 1 has all my db servers on my network.
I can log into the selected DB from my web form.
Then drop down #2 shows all jobs in the SQL Server Agent for the db server
I'm logged in.

I can then select a job, how can I get that job selected to Execute from my
web form?
 
Back
Top