Forum Moderators: phranque
I apologize for my lack of technical knowledge/description, but let me give this a shot:
I know on a unix machine, a cron job can be executed at predefined times during the day/week.
Well, that is exactly what I am looking to create on my site - but I need to know how to do this for a Win2000 platform.
A query needs to be executed every Monday, Wednesday and Friday morning (3:00 am in the morning). Can I set this up myself, or does the hosting provider need to do something at the server level?
I look forward to your replies.
(BTW: If anyone remembers my question about choosing SQL or Acccess as the database several months ago- well we decided to us SQL - and that was a great move. It defintely paid off for us.)
Or, you could get Cygwin (Gnu project) and put that up on the machine. Gives you access to real shells and most unix commands (including cron). Great if you have already made unix scripts you do not want to redo.
Oli