March 18, 2009 at 7:27 am
Is it possible to catch data arriving continuously on a network (TCP/IP, separate by CR/LF) with MSSQL 2008 without any other application? :unsure:
I have to handle data provided by a code reading device, which come to the server through a network (TCP/IP).
Thanks,
J
May 21, 2009 at 2:32 pm
:w00t: Oops!
May 24, 2009 at 2:04 pm
Hi,
Not very confident that SQL Server 2008 will do it for you, but you can certainly use Perfmon objects System and Network Interface to know the throughput to the system.
Cheers
Atul
May 24, 2009 at 4:44 pm
SQL Server's endpoints are using TDS, HTTP, or SOAP.
If you want to receive some other format, you'll have to write a receiver that takes the data and inserts it into SQL Server.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply