Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Sending messages from SQL Server via UDP

Author  Topic 

t1g312
Posting Yak Master

148 Posts

Posted - 2005-06-14 : 03:43:08
Hi all,

I have developed an application in VB/SQL Server.

Currently I am sending alerts/reminders to all the users using a sql job that sends net send message and email. We will soon roll out the application in different locations who will connect through vpn or p2p links in which case net send may not work. I have created a messenger like pop-up feature to receive udp messages and display them. My question is, can SQL Server send UDP messages or will I need to write an application that will sit on the server and execute the sp at regular intervals?

Thanks in advance,


Adi

-------------------------
/me sux @sql server

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-06-14 : 03:51:25
i hear notification services are good for that kind of stuff...

Go with the flow & have fun! Else fight the flow
Go to Top of Page

t1g312
Posting Yak Master

148 Posts

Posted - 2005-06-14 : 04:11:53
What is that?

Adi

-------------------------
/me sux @sql server
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-06-14 : 04:29:55
http://www.microsoft.com/sql/NS/default.asp

Go with the flow & have fun! Else fight the flow
Go to Top of Page
   

- Advertisement -