Hello,
Can anyone confirm that the data source sql connection only uses tcp 1433?
EDIT: just saw that communication goes over "named pipes", any possiblity to let this work over tcp/ip?
Regards
edited by anvar on 2/23/2010
Hi,
I'm very sorry for the late answer, I was doing some cleanup when I saw that this thread was never answered.
Connect via an IP address
Data Source=190.190.200.100,1433;
Network Library=DBMSSOCN
The data source is set in the Sql Server configuration window and the network library is set in the advanced options
David Hervieux