Click here to Skip to main content
15,878,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a table on Inserflip which I want to perform some operations every 3 hour. For this I created a Stored Procedure but know how to call it 3hour. I know there are some kind of scheduled jobs, but how to use them.

Is there some kind of service also that keeps on running continuously, every second, where I can place my piece of code to be executed ?
Posted
Updated 5-Mar-15 22:01pm
v2

1 solution

You can schedule a SQL Server Agent job to do this ... instructions[^] here.

Concept described here[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900