I setup and installed SQL Server 2019 on one of my computers on my home network. I'm trying to connect to it through SQL Server Management Studio setup on another computer on my home network.
I followed all of the steps listed here: SQL Server instructions
TITLE: Connect to Server ------------------------------ Cannot connect to DESKTOP-6CKIO3T. ------------------------------ ADDITIONAL INFORMATION: 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) (Microsoft SQL Server, Error: 5) ------------------------------ Access is denied This is what I have done so far to try to fix this issue:
- Enabled remote connections on SQL Server
- Enabled and activated all ip addresses through the SQL Server Configuration Manager
- Fully disabled the Windows firewall on the SQL Server computer and the ssms computer
- Turned on file sharing, network discovery, and media streaming on both computers
- Tried to connect using computer name, local ip, external ip, and other variations
- Changed the timeout values to 0 to eliminate that as a possible issue
- Made sure that sql server and sql browser services are running
Am I missing anything or doing anything wrong?
UPDATE: Using the browsing option under the server name, I'm able to detect the sql server running on the remote computer. I'm still not able to connect to it