October 24, 2013 at 12:52 am
How can i send sms to mobile from SQL Server 2008?? is it possible??
October 24, 2013 at 4:21 am
You can't do that directly from SQL Server, nor I think that would be a good idea.
You need a thrid-party app (and a GSM modem, which I wouldn't plug to a SQL Server machine anyway) or service to send out SMSs.
I once worked with a java service that could do it. You can find it here: http://smslib.org/[/url]
Hope this helps
Gianluca
-- Gianluca Sartori
October 24, 2013 at 5:14 am
What is the reasoning behind this? Alerting?
Theres an app for your phone called 'touch mon' this has the functionallity to allow you to monitor alerting on the go.
October 25, 2013 at 12:36 am
mailto://yourphonenumber@cellphoneprovider.com
Most cell phone companies have an email-sms gateway.
It used to be you'd hang a modem off of a box and send text to a pager number.
October 25, 2013 at 12:46 am
sending sms is not a feautre of sql server.
there are many opensource smpp client which is use for this purposes.
read about smpp protocol
October 25, 2013 at 11:25 am
SMS email gateway is the best answer for you, you send an email to an email address, and the carrier then sends it out to the cell phone. Refer to the link below for a listing of carriers and what email address each one uses. For example if you were with at&t, you could use the format number@txt.att.net
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply