Hi Don -
SQLNS comes with an delivery channel for SMTP, but not for SMS. You
send notifications via SMS, but you'll need to develop your own custom
delivery channel to do it.
There are some companies that offer a gateway to SMS. Google for SMS
and SQL Server Notification Services to locate them.
Here are a couple of threads that may help...
http://groups.google.com/group/microsoft.public.sqlserver.notificationsvcs/brows
e_frm/thread/8380b3351ddb11d4/0749e18de508a050?lnk=gst&q=sms&rnum=1#0749e18de508
a050
http://groups.google.com/group/microsoft.public.sqlserver.notificationsvcs/brows
e_frm/thread/669d84f2ff70e872/cbca58445c41735e?lnk=gst&q=sms&rnum=2#cbca58445c41
735e
HTH...

Signature
Joe Webb
SQL Server MVP
http://www.sqlns.com
~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811
I support PASS, the Professional Association for SQL Server.
(www.sqlpass.org)
>Hi,
>
[quoted text clipped - 9 lines]
>Or do i have to create a custom delivery method (build my own .NET
>component) and use this to send SMS?