TCP/IP question

  • 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

  • :w00t: Oops!

  • 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

  • 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