User-775001650 posted
I am done this requierment like i created ssrs report and created a subscription , it will created the subscript job id in SQL Server Agent, i created one trigger on that table and excuted when data change is occured in data table. In that trigger
i call the below line of code.
exec sp start job 'sbscription job id here'
thanks