how to connect to a specific SQL Instance from ADO.NET

  • Thread starter Thread starter AA
  • Start date Start date
A

AA

I need to connect to a specific SQL Instance, I am trying setting the Data
Source parameter = SQLServer\Instance1
but apparently don't works.

Do you know how to do that?

Thanks a lot

AA
 
I don't know why but works if I add a record in th HOSTS file
like this:
10.129.2.4 SQLServer\Instance1

Is ok that?
 
Back
Top