I have created a sql server job which runs a stored procedure. I have scheduled this job to run at every 10 seconds.
Now my question is, If a job is running and it takes more than 10seconds (lets say it takes 20sec), is there a chance that sql job will start the next schedule?