is there in my sql something like a DTS in sql server?
Moderator: General Moderators
- pelegk2
- Forum Regular
- Posts: 633
- Joined: Thu Nov 27, 2003 5:02 am
- Location: Israel - the best place to live in after heaven
- Contact:
is there in my sql something like a DTS in sql server?
its a set of function's that u write and the sql server executes them at night
- pelegk2
- Forum Regular
- Posts: 633
- Joined: Thu Nov 27, 2003 5:02 am
- Location: Israel - the best place to live in after heaven
- Contact:
hi
to "Weirdan" : how do i do that?to run a php at a specified time?does it mean to leave the browser always open?
to "JAM" : i am using a mysql server-is there a dts there?
to "JAM" : i am using a mysql server-is there a dts there?
Ah, then no, as weirdan said.
A cron-job is a background process in *nix enviroment. You do not need the browser to be opened, this is done automaticly on a given time(s) depending on setup.
http://esm2.imt-mrs.fr/~staffelb/guide_ ... /cron.html
http://forums.devshed.com/t20352/s.html
...is just some examples on how to achieve this. If you are using a win32 platform, there are a windows port of cron available (use this forum's seach to find it).
A cron-job is a background process in *nix enviroment. You do not need the browser to be opened, this is done automaticly on a given time(s) depending on setup.
http://esm2.imt-mrs.fr/~staffelb/guide_ ... /cron.html
http://forums.devshed.com/t20352/s.html
...is just some examples on how to achieve this. If you are using a win32 platform, there are a windows port of cron available (use this forum's seach to find it).