Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connecting to Remote SQL Server

Status
Not open for further replies.

jfrost10

Programmer
Jun 3, 2001
2,004
CA
Hi guys,

Is there any special thing that needs to be done in code to connect to a remote sql server via IP, or will it automatically check for it if I put the Ip in the connectin string?

Thanks,

Jack
 
You might have to use the Client Network Utility to create a server registration for your remote server. You should then be able to access it in your code as if it were local.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top