A family of Microsoft relational database management systems designed for ease of use.
florin_voinescu wrote:
This doesn't make any sense to me as to why the network connection would matter if
both the FE and SQL Server are on the same system
It may be that the connection uses a domain/hostname which needs the network to be solved, even if it is finally solved to be the same machine (but not 127.0.0.1)... Have some hard time to come with a real case, though.
To connect to the local SQL Server I'm using "(local)\INSTANCENAME" in the ODBC string.
Should I be using something else in order to make this independent from the network fluctuations?
No. (local) is what I'm using to test some things on my own system. So you should be
quite immune to any network problems. So I'm quite baffled here.
Tony