Installed SQL Server 2014 Enterprise version on two computers, trying to remotely access the database in one of the computers through the other.
Getting this error message:
A network related or instance specific error occurred while established a connection to SQL Server. The server was not found or accessible. Verify that instance name is correct and SQL Server is allowed to connect through remote connection (provider:-namedpipeprovider, error:-40, could not open a connection to SQL Server (Microsoft SQL Server, error-2)
From my online research, I did the following things
Checked if SQL Server and browser service is running.
Changed the port numbers in the windows firewall for inbound/outbound connections
Enabled TCP/IP ports
Not sure how to rectify the error, please help!
Thanks in advance!