Question : What's the best way to schedule text message to pager alerts?

Hi Experts,

I have a web-based application where users want to schedule text messages to be sent to their pagers or their colleagues' pagers at some time in the future. As in: schedule a message for 2:00 am next morning to check a kid's temperature.

My available tools are SQL Server 2008, ColdFusion, or any tool that can be accessed from those. The pager/cell numbers are stored in a SQL table. Multiple messages may need to be sent to the same pager at approximately the same time.

I've considered using ColdFusion but the scheduler never seems dependable enough. I want something rock solid.

Any suggestions?

Thank you.

Answer : What's the best way to schedule text message to pager alerts?

why does this seem like a homework assignment?
1:
2:
3:
4:
5:
Select Student_name, sum(g.GPA)/count(*) from Student s left join [GPA] g on s.Student_ID=g.Student_ID where City+(case when len(state)=0 then '' else ', '+State end)+' '+Country in ('Atlanta, GA United States','New Orleans, LA United States', 'Seoul Korea')

Select Top 1 Student_ID,Student_Name from Student s left join [GPA] g on s.Student_ID=g.Student_ID where g.Course_name='MGT 3400' and g.year='2005' and g.Semester='Spring' order by GPA desc

Select Student_ID,Student_Name from Student s left join [GPA] g on s.Student_ID=g.Student_ID where g.Course_name='ART 4010' and g.year='2006' and g.Semester='Spring'
Random Solutions  
 
programming4us programming4us