UK daylight saving and scheduling jobs

  • Hi,

    Need a few pointers please. I have a SQL task that runs every 10 seconds, this task is used to populate business critical data.

    When the clocks in the UK changed from BST to GMT at 01:59:59 on 31 October 2010 the job did not run for an hour. (At 01:50:50 (BST) the next scheduled run time was set to 02:00:00 (BST), between 01:50:50 and 02:00:00 (BST) the server time was reset to 01:00:00(GMT), oh dear!)

    Does anyone have a solution for me??

  • perhaps put the code into a never ending loop with a waitfor '00;00;10' in it, and the job kicks off on server start only?

    As for getting that hour back, no can do. Have you tried DBCC timewarp 🙂

    ---------------------------------------------------------------------

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply