Results 1 to 7 of 7

Thread: SQL- TDS - TCP/IP questions.

  1. #1
    Join Date
    Aug 2004
    Posts
    188

    SQL- TDS - TCP/IP questions.

    Hi, does anyone know how to explain how SQL transactions get mapped into TDS and TDS gets mapped into TCP/IP packets?


    Or can you please point me in the right direction? I need to figure out how TDS and TCP/IP relate?

    We're using replication and are having some latency issues and I'm trying to find out how SQL handles TDS and TCP/IP etc...

    Thanks for your time.

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    You should check network issue at os level.

  3. #3
    Join Date
    Aug 2004
    Posts
    188
    Thanks, I will take a look. Is this an automatic thing with sql using TDS? Is it code related as to how it uses TDS?

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    What's TDS anyway?

  5. #5
    Join Date
    Aug 2004
    Posts
    188
    TDS is this...

    http://msdn2.microsoft.com/en-us/library/ms191220.aspx

    I'm trying to find out if there are any know issues with this regarding latency and replication.

  6. #6
    Join Date
    Sep 2002
    Posts
    5,938
    Don't have to worry about those internals. Things you like to check are disk i/o, cpu usage and network traffic in this case.

  7. #7
    Join Date
    Aug 2004
    Posts
    188
    OK, thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •