how to schedule stored procedure execution -
06-09-2004
, 04:51 PM
Hi all,
I need a functionality similar to that in Sql*Server that let you
schedule execution of stored procederes.
I have a stored proc that must execute every 2 hours and I would like
to avoid solution like to create a VB or java application that make a
call to the stored proc and then run the application with AT and
similar,
What can I use with my ASA 8.0 ? Is there something I should be aware
of ?
TIA
Casio |