PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.server > send sms using Notification services.
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
send sms using Notification services.

Réponse
 
LinkBack Outils de la discussion
Vieux 08/09/2008, 14h10   #1
Sanjeev Rampersad
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut send sms using Notification services.

Hi

How do i send an sms using SQL server 2005 Notification services.

If possible i will need full details as I have only gone through tutorials.

Thanks
Sanjeev


  Réponse avec citation
Vieux 08/09/2008, 14h20   #2
Uri Dimant
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: send sms using Notification services.

Hi
I have not used NS too much , but you can write a service by using .NET
to send sms, cannot you?



"Sanjeev Rampersad" <sanjeevr@sqr.com> wrote in message
news:unE%23rvaEJHA.3488@TK2MSFTNGP02.phx.gbl...
> Hi
>
> How do i send an sms using SQL server 2005 Notification services.
>
> If possible i will need full details as I have only gone through
> tutorials.
>
> Thanks
> Sanjeev
>
>



  Réponse avec citation
Vieux 08/09/2008, 16h23   #3
Sanjeev Rampersad
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: send sms using Notification services.

not familiar with .NET am afraid.

Would like to know if anybody knows how to SMS with
Notification services.

"Uri Dimant" <urid@iscar.co.il> wrote in message
news:OnC9V0aEJHA.4904@TK2MSFTNGP06.phx.gbl...
> Hi
> I have not used NS too much , but you can write a service by using .NET
> to send sms, cannot you?
>
>
>
> "Sanjeev Rampersad" <sanjeevr@sqr.com> wrote in message
> news:unE%23rvaEJHA.3488@TK2MSFTNGP02.phx.gbl...
>> Hi
>>
>> How do i send an sms using SQL server 2005 Notification services.
>>
>> If possible i will need full details as I have only gone through
>> tutorials.
>>
>> Thanks
>> Sanjeev
>>
>>

>
>



  Réponse avec citation
Vieux 08/09/2008, 18h39   #4
Aaron Bertrand [SQL Server MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: send sms using Notification services.

I would suggest using alternative means, since Notification Services is
discontinued and will not be supported in future versions (you won't use SQL
Server 2005 forever, will you?).

Most phones will accept text messages by sending e-mail to <number>@<service
domain>. If your phone(s) work this way then I would suggest using Database
Mail for these messages.


On 9/8/08 10:23 AM, in article OqkhC6bEJHA.768@TK2MSFTNGP05.phx.gbl,
"Sanjeev Rampersad" <sanjeevr@sqr.com> wrote:

> not familiar with .NET am afraid.
>
> Would like to know if anybody knows how to SMS with
> Notification services.
>
> "Uri Dimant" <urid@iscar.co.il> wrote in message
> news:OnC9V0aEJHA.4904@TK2MSFTNGP06.phx.gbl...
>> Hi
>> I have not used NS too much , but you can write a service by using .NET
>> to send sms, cannot you?
>>
>>
>>
>> "Sanjeev Rampersad" <sanjeevr@sqr.com> wrote in message
>> news:unE%23rvaEJHA.3488@TK2MSFTNGP02.phx.gbl...
>>> Hi
>>>
>>> How do i send an sms using SQL server 2005 Notification services.
>>>
>>> If possible i will need full details as I have only gone through
>>> tutorials.
>>>
>>> Thanks
>>> Sanjeev
>>>
>>>

>>
>>

>
>


  Réponse avec citation
Vieux 09/09/2008, 08h13   #5
Sanjeev Rampersad
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: send sms using Notification services.

Thanks,

What are the different alternatives?
I assume if it works with DB mail, it could also work using SQL RS Email
Subsciptions ?
And can it also be done using .Net ?

"Aaron Bertrand [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message
news:C4EACD85.11CC5%ten.xoc@dnartreb.noraa...
>I would suggest using alternative means, since Notification Services is
> discontinued and will not be supported in future versions (you won't use
> SQL
> Server 2005 forever, will you?).
>
> Most phones will accept text messages by sending e-mail to
> <number>@<service
> domain>. If your phone(s) work this way then I would suggest using
> Database
> Mail for these messages.
>
>
> On 9/8/08 10:23 AM, in article OqkhC6bEJHA.768@TK2MSFTNGP05.phx.gbl,
> "Sanjeev Rampersad" <sanjeevr@sqr.com> wrote:
>
>> not familiar with .NET am afraid.
>>
>> Would like to know if anybody knows how to SMS with
>> Notification services.
>>
>> "Uri Dimant" <urid@iscar.co.il> wrote in message
>> news:OnC9V0aEJHA.4904@TK2MSFTNGP06.phx.gbl...
>>> Hi
>>> I have not used NS too much , but you can write a service by using
>>> .NET
>>> to send sms, cannot you?
>>>
>>>
>>>
>>> "Sanjeev Rampersad" <sanjeevr@sqr.com> wrote in message
>>> news:unE%23rvaEJHA.3488@TK2MSFTNGP02.phx.gbl...
>>>> Hi
>>>>
>>>> How do i send an sms using SQL server 2005 Notification services.
>>>>
>>>> If possible i will need full details as I have only gone through
>>>> tutorials.
>>>>
>>>> Thanks
>>>> Sanjeev
>>>>
>>>>
>>>
>>>

>>
>>

>



  Réponse avec citation
Vieux 09/09/2008, 15h29   #6
Aaron Bertrand [SQL Server MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: send sms using Notification services.

Database Mail, SQL Mail, xp_smtp_sendmail from www.sqldev.net

I would recommend Database Mail. I don't see why you need to get reporting
services or .net involved to send an e-mail.



On 9/9/08 2:13 AM, in article #1Yy2MkEJHA.3616@TK2MSFTNGP02.phx.gbl,
"Sanjeev Rampersad" <sanjeevr@sqr.com> wrote:

> Thanks,
>
> What are the different alternatives?
> I assume if it works with DB mail, it could also work using SQL RS Email
> Subsciptions ?
> And can it also be done using .Net ?
>
> "Aaron Bertrand [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message
> news:C4EACD85.11CC5%ten.xoc@dnartreb.noraa...
>> I would suggest using alternative means, since Notification Services is
>> discontinued and will not be supported in future versions (you won't use
>> SQL
>> Server 2005 forever, will you?).
>>
>> Most phones will accept text messages by sending e-mail to
>> <number>@<service
>> domain>. If your phone(s) work this way then I would suggest using
>> Database
>> Mail for these messages.
>>
>>
>> On 9/8/08 10:23 AM, in article OqkhC6bEJHA.768@TK2MSFTNGP05.phx.gbl,
>> "Sanjeev Rampersad" <sanjeevr@sqr.com> wrote:
>>
>>> not familiar with .NET am afraid.
>>>
>>> Would like to know if anybody knows how to SMS with
>>> Notification services.
>>>
>>> "Uri Dimant" <urid@iscar.co.il> wrote in message
>>> news:OnC9V0aEJHA.4904@TK2MSFTNGP06.phx.gbl...
>>>> Hi
>>>> I have not used NS too much , but you can write a service by using
>>>> .NET
>>>> to send sms, cannot you?
>>>>
>>>>
>>>>
>>>> "Sanjeev Rampersad" <sanjeevr@sqr.com> wrote in message
>>>> news:unE%23rvaEJHA.3488@TK2MSFTNGP02.phx.gbl...
>>>>> Hi
>>>>>
>>>>> How do i send an sms using SQL server 2005 Notification services.
>>>>>
>>>>> If possible i will need full details as I have only gone through
>>>>> tutorials.
>>>>>
>>>>> Thanks
>>>>> Sanjeev
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>

>
>


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 08h50.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14778 seconds with 14 queries