TCP/IP Connectivity

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eddie Gieze

    TCP/IP Connectivity

    Is it possible to approach a MS SQL Server using TCP/IP? I have looked
    everywhere but have not found any documentation about the protocol to
    connect to MS SQL Server.

    I wish to connect to MS SQL Server directly through TCP/IP, without using MS
    libraries (since i am not doing this on a windows system).

    Thanks in advance,
    Eddie Gieze


  • Simon Hayes

    #2
    Re: TCP/IP Connectivity

    "Eddie Gieze" <spam@master.ne t> wrote in message news:<cfcmlp$pe 7$1@news.cistro n.nl>...[color=blue]
    > Is it possible to approach a MS SQL Server using TCP/IP? I have looked
    > everywhere but have not found any documentation about the protocol to
    > connect to MS SQL Server.
    >
    > I wish to connect to MS SQL Server directly through TCP/IP, without using MS
    > libraries (since i am not doing this on a windows system).
    >
    > Thanks in advance,
    > Eddie Gieze[/color]

    MSSQL listens on TCP/IP by default - here are some options when you
    need to connect from non-Windows operating systems:



    Simon

    Comment

    • Savio D'lima

      #3
      Re: TCP/IP Connectivity

      Hi Simon,

      Yes you can connect using TCP/IP. Unsure of the procedure anyway!!!

      Regards,

      Savio

      -------------------------
      sql@hayes.ch (Simon Hayes) wrote in message news:<60cd0137. 0408110608.1899 5524@posting.go ogle.com>...[color=blue]
      > "Eddie Gieze" <spam@master.ne t> wrote in message news:<cfcmlp$pe 7$1@news.cistro n.nl>...[color=green]
      > > Is it possible to approach a MS SQL Server using TCP/IP? I have looked
      > > everywhere but have not found any documentation about the protocol to
      > > connect to MS SQL Server.
      > >
      > > I wish to connect to MS SQL Server directly through TCP/IP, without using MS
      > > libraries (since i am not doing this on a windows system).
      > >
      > > Thanks in advance,
      > > Eddie Gieze[/color]
      >
      > MSSQL listens on TCP/IP by default - here are some options when you
      > need to connect from non-Windows operating systems:
      >
      > http://www.sommarskog.se/mssqlperl/unix.html
      >
      > Simon[/color]

      Comment

      Working...