I could tell a millionth person about this, but other solutions did not help me. I have a Microsoft SQL Azure database. I am trying to connect to it using the Visual Studio 2010 Database Connection tool.
From my Windows 7 machine, I can connect to it very easily. But from my Windows Server 2008R2 machine, I get a classic error -
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
All messages on the Internet seem to focus on server-side issues, no one cares if the client is rogue. :(
Thanks for answers.
source share