Wrox Programmer Forums
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 11th, 2007, 10:21 AM
Registered User
 
Join Date: Jan 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Scheduled executions

The fastest scheduling period for SQLServer jobs is currently 1 minute. Is there a way to schedule faster ?
thanks

guido

 
Old January 11th, 2007, 02:09 PM
Authorized User
 
Join Date: Oct 2005
Posts: 72
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Yes, 1 minute is the fastest schedule that your job can execute. If you want anything faster, you have to use an external application for that purpose. Also, you may want to look into the WAITFOR command, which can take seconds.

SQL Server Helper
How well do you know SQL? Find out with the free test assessment from SQL Server Helper!!!
http://www.sql-server-helper.com/free-test/default.aspx

Got a SQL Server Question? Ask us here: http://www.sql-server-helper.com/forums/default.asp
 
Old January 11th, 2007, 02:09 PM
Authorized User
 
Join Date: Dec 2006
Posts: 57
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You will need to execute outside of SQL. Even if you could execute less than 1 minute in SQL, it would not be accurate to the minute.

Adam Gossage
Lake Wylie, SC, USA
 
Old January 21st, 2007, 07:48 PM
Friend of Wrox
 
Join Date: Feb 2006
Posts: 116
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Nice, the name of this thread "scheduled executions"...it really caught my eye when I was browsing through!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Scheduled task langer123 Classic ASP Basics 0 March 16th, 2005 11:14 AM
Scheduled Information? stacy Beginning PHP 5 September 26th, 2004 10:42 AM
scheduled access rajanikrishna Classic ASP Databases 1 July 9th, 2004 04:07 AM
[c#]scheduled task maddonuts General .NET 1 July 7th, 2004 11:53 AM
Scheduled Task Ben Access VBA 1 February 24th, 2004 02:05 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.