about SQL Server connect string

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

    #1

    about SQL Server connect string

    How can set the SQL connect string , when I connect to SQL Server via
    TCP/IP?
    What else I need to do?


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: about SQL Server connect string

    You should be able to set the Data Source part of the connection string
    to the IP address of the machine that you want to connect to.

    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "cfyam" <cfyam@mail.apo l.com.tw.NOSPAN > wrote in message
    news:eaKT4FI$FH A.504@TK2MSFTNG P12.phx.gbl...[color=blue]
    > How can set the SQL connect string , when I connect to SQL Server via
    > TCP/IP?
    > What else I need to do?
    >
    >[/color]


    Comment

    Working...