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
↧