Subject Re: [ib-support] Run a SP at a certain time
Author Doug Chamberlin
At 01/04/2002 09:47 AM (Friday), didiergm wrote:
>Are there anyways in FB/Windows or FB/Linux to run a Stored procedure
>every day at a certain time.
>
>under linux, I could imagine running a cron job running ISQL (correct
>me if I'am wrong), but under w*doze I have no clues.

Under Windows NT/2000/XP there is a utility named AT.EXE which sets up
scheduled tasks. Similar to cron.

We use it to run GBAK to backup the database on a scheduled basis.