I am making a stored procedure, I want to make it auto executable after every 5 seconds.
I tried "WAITFOR DELAY '00:00:05';" but didn't fulfill my need.
WAITFOR DELAY '00:00:05'
I want one output result i.e one output table, not all previous results.