Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

SQL Job : Dynamically change its Next Run Schedule

$
0
0
Hi,I have one sql job scheduled every 10 min to run. It mainly does some calculation and then dumps results into one table. It sometimes takes 6-7 minites maximum to complete and sometimes it completes in some seconds.Our requirement is , As soon as it finish we need to display this latest data on dashboard. but in our case we have to wait for its next schedule and its completion.Can we change its schedule dynamically so that once it finishes it should rerun again or after a min time (Not on its scheduled initially).Thanks in advance,Fanindra

Viewing all articles
Browse latest Browse all 3145

Trending Articles