Forum Discussion
Connect to SQL Remote Server
- 5 years ago
Hi Anonymous ,
Check to see if allow remote connections for this server is enabled. In SSMS, right click on the instance name and select Properties. Go to the Connections tab and make sure Allow remote connections to this server is checked. If you need to make a change, you must restart the SQL Server instance to apply the change.
For more details, please refer to these pages.
https://www.c-sharpcorner.com/article/resolve-error-40-could-not-open-a-connection-to-sql-server/
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Check to see if allow remote connections for this server is enabled. In SSMS, right click on the instance name and select Properties. Go to the Connections tab and make sure Allow remote connections to this server is checked. If you need to make a change, you must restart the SQL Server instance to apply the change.
For more details, please refer to these pages.
https://www.c-sharpcorner.com/article/resolve-error-40-could-not-open-a-connection-to-sql-server/
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello, I am currently experiencing this problem but "Allow remote connections" is enabled.