|
Posted by Erland Sommarskog on 03/02/06 00:37
(solidsna2@gmail.com) writes:
> How do I run a SQL statement or stored procedure every hour?
As Dick said, schedule a job to run from SQL Server Agent.
> It can not run the the query all the time. I am doing other
> manipulation withing my application. The 2 jobs needs to be
> synchronise +- 5 min.
In SQL Agent, a job can have several steps that executed in order. This
may be something for you.
It is difficult from your abstract definition to say whether you are
on the right track at all. If you can describe the underlying business
problem, it is more likely that you will get useful advice.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Navigation:
[Reply to this message]
|