Hi,
I was wondering if there is some fuction that I can use in SQL 6.5 in order to send UDP messages from the server using SQL statements?
I'm very used to do this in Sybase using the following statement: select syb_sendmsg(IP_ADDRESS, PORT, MESSAGE)
This statement send the string contained in message to the IP_ADDRESS specified on the PORT also specified.
Is there a function to do the same in SQL server?
Thanks and regards,
Sebastian.
I was wondering if there is some fuction that I can use in SQL 6.5 in order to send UDP messages from the server using SQL statements?
I'm very used to do this in Sybase using the following statement: select syb_sendmsg(IP_ADDRESS, PORT, MESSAGE)
This statement send the string contained in message to the IP_ADDRESS specified on the PORT also specified.
Is there a function to do the same in SQL server?
Thanks and regards,
Sebastian.