How to trigger a SQL Agent Job from a client PC
Posted
by
Preet Sangha
on Server Fault
See other posts from Server Fault
or by Preet Sangha
Published on 2011-11-24T00:59:09Z
Indexed on
2011/11/24
1:55 UTC
Read the original article
Hit count: 612
I have SQL Agent job that is automated that a non SQL Admin user may need to occasionaly run. I know I can trigger a SQL Agent Job via sp_execute_job.
Can anyone tell me where to find what I need installed on a (Non SQL Server box) client PC in order to run one of - SQLCmd, OSQL or ISQL - commands please, so I can execute the above SQL?
Or is there are simpler way perhaps with out calling TSQL or without installing any SQL client tools.
© Server Fault or respective owner