Hi
I'm looking for a way to be able to start a SQL Server job from Sharepoint Online. My idea is that a user can click on one of the promoted links (click to update budget), that then triggers a job on a sql server.
I know how to handle the SQL Server in regards to SQLagentOperator Rights and starting the job by executing the following SQL
EXEC MSDB.dbo.sp_start_job @job_name= 'JobName'
But how can i trigger it ?