I have 2 insert statements that I have to run at the end of a stored procedure.
But I need to pause for 5 seconds between the first and the second. Is there any way to do this?
But I need to pause for 5 seconds between the first and the second. Is there any way to do this?
Comment