View Single Post
  #4 (permalink)  
Old April 8th, 2008, 11:34
arunk arunk is offline
Member
 
Join Date: Nov 2007
Location: Chennai, India
Posts: 67
Thanks: 6
Thanked 3 Times in 3 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
arunk is on a distinguished road
Re: Sql results as email alerts

Pradeepa,

You can search for crontabs and shell scripts in google and there are lots of guidance for this. Cron jobs needs to be scheduled in your app servers and system admins will be aware of this script files (.sh files if it is a UNIX one).

Normally the output of the cron jobs will be of a CSV format and you have to the format the sql query for that.

Kindly revert if your are not clear with the same.

Regards
Arun.
Reply With Quote