Re: Timed Events
From: Keith Kratochvil (sqlguy.back2u_at_comcast.net)
Date: 01/19/05
- Next message: Adam Machanic: "Re: Group by and order"
- Previous message: Francesco Anti: "Re: Timed Events"
- In reply to: P1ayboy: "Timed Events"
- Next in thread: Mike Epprecht (SQL MVP): "RE: Timed Events"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 19 Jan 2005 10:16:57 -0600
Create the stored procedure
and schedule it to run via SQL Server Agent.
The easiest way to setup a job to run is to open Enterprise Manager
Open the Managemnt folder
Open the SQL Server Agent node
Jobs
right-click; new job
-- Keith "P1ayboy" <P1ayboy@discussions.microsoft.com> wrote in message news:7147E8D3-AA73-4009-A742-55B8748E9FE7@microsoft.com... > How can I write a stored procedure that runs at a particular time every day? > Eg. 09:00.
- Next message: Adam Machanic: "Re: Group by and order"
- Previous message: Francesco Anti: "Re: Timed Events"
- In reply to: P1ayboy: "Timed Events"
- Next in thread: Mike Epprecht (SQL MVP): "RE: Timed Events"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|