| Author |
how to fire automatically a script asp
|
|
| Luc Dal 2005-07-29, 8:08 am |
| Hello,
Is it possible to fire automatically a script (in asp) every hour ?
I want to clean and compact a database every 6 hours.
Thanks for your reply.
Luc
| |
| Patrice 2005-07-29, 8:08 am |
| Do you have control on the server ?
I would start :
- create a VBScript that runrs using the Windows task scheduler
- if this is on a server on which you don't have control you could use a
webcron service (basically it's a service that calls za partiuclar page at
given time).
Patrice
--
"Luc Dal" <dal@sped.ucl.ac.be> a écrit dans le message de
news:dcct3c$982$1@ail.sri.ucl.ac.be...
> Hello,
>
> Is it possible to fire automatically a script (in asp) every hour ?
> I want to clean and compact a database every 6 hours.
>
> Thanks for your reply.
> Luc
>
>
| |
| Luc Dal 2005-07-29, 8:08 am |
| no I don't have control (
Luc
"Patrice" <nobody@nowhere.com> a écrit dans le message de news:
uQ46QDClFHA.2608@TK2MSFTNGP14.phx.gbl...
> Do you have control on the server ?
>
> I would start :
> - create a VBScript that runrs using the Windows task scheduler
> - if this is on a server on which you don't have control you could use a
> webcron service (basically it's a service that calls za partiuclar page at
> given time).
>
> Patrice
>
> --
>
> "Luc Dal" <dal@sped.ucl.ac.be> a écrit dans le message de
> news:dcct3c$982$1@ail.sri.ucl.ac.be...
>
>
| |
| Patrice 2005-07-29, 8:08 am |
| Ok so you could have this in an ASP page and use a service such as
http://www.webcron.org/index.php?&lang=en
Patrice
--
"Luc Dal" <dal@sped.ucl.ac.be> a écrit dans le message de
news:dcctqd$9cl$1@ail.sri.ucl.ac.be...
> no I don't have control (
>
> Luc
>
>
> "Patrice" <nobody@nowhere.com> a écrit dans le message de news:
> uQ46QDClFHA.2608@TK2MSFTNGP14.phx.gbl...
at[vbcol=seagreen]
>
>
| |
| Aaron Bertrand [SQL Server MVP] 2005-07-29, 8:08 am |
| http://www.aspfaq.com/2143
"Luc Dal" <dal@sped.ucl.ac.be> wrote in message
news:dcctqd$9cl$1@ail.sri.ucl.ac.be...
> no I don't have control (
>
> Luc
>
>
> "Patrice" <nobody@nowhere.com> a écrit dans le message de news:
> uQ46QDClFHA.2608@TK2MSFTNGP14.phx.gbl...
>
>
|
|
|
|