about SQL Server connect string

  • Thread starter Thread starter cfyam
  • Start date Start date
C

cfyam

How can set the SQL connect string , when I connect to SQL Server via
TCP/IP?
What else I need to do?
 
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.
 
Back
Top