March 14, 2013 at 6:54 am
Anyone has experience with SQLServer and websockets?
I need my Stored Procedure to be able to send a message to clients through nodeJS.
Thanks,
March 14, 2013 at 11:09 am
Creating a SQLCLR object to do this is going to be your best chance initially. Ideally though you would not have stuff like that running in your data tier, and you would host something like that on an application server.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 20, 2013 at 4:16 pm
Check out this guide on StackOverflow - http://stackoverflow.com/a/13480576/524733
March 20, 2013 at 5:55 pm
stephen 81278 (3/20/2013)
Check out this guide on StackOverflow - http://stackoverflow.com/a/13480576/524733
That links to a technique relevant for MySQL...this is a Microsoft SQL Server Forum :ermm:
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply