I'm trying to connect to a remote SQL Server 2014 for development purposes. To simplify i'm testing inside SQL Server Management Studio using Windows authentication, but i get the error below :
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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance> Specified) (Microsoft SQL Server, Error: -1)
I already enabled TCP/IP on SQL Server Configuration Manager. Firewall is disabled. I can ping the remote hostname. Property 'Allow remote connections to this server' is checked.
Anything more to check ?
Thanks