简体   繁体   English

SQL Server开发人员群集限制?

[英]SQL Server Developer Clustering Limitations?

Hi we're building out some test clusters in Azure, using Developer edition of SQL Server 2016. However with no firewalls between the two nodes, both nodes in same subnet, all tcp/ip settings enabled and sa permissions on both servers we're unable to connect using SSMS (management studio), what I'm trying to understand is are there any limitations with creating AlwaysOn Availabiity groups using SQL Developer 2016? 嗨,我们正在使用SQL Server 2016开发人员版在Azure中构建一些测试群集。但是,在两个节点之间没有防火墙的情况下,两个节点都在同一子网中,同时启用了所有tcp / ip设置和两台服务器上的sa权限无法使用SSMS(管理工作室)进行连接,我想了解的是使用SQL Developer 2016创建AlwaysOn可用性组是否有任何限制? Getting the following error 出现以下错误

Mcrosoft SQL Server, Error 5 "Access is Denied"

However I can log onto the instances on both machines locally using ssms, but not across the network. 但是,我可以使用ssms在本地登录两台计算机上的实例,但不能跨网络登录。

Think it might be a limitation on the sql server edition? 认为这可能是对sql server版本的限制吗?

Thanks and sorry if this seems a bit random :) 谢谢,抱歉,如果这看起来有点随机:)

In order to connect to SQL server on VM from a local machine. 为了从本地计算机连接到VM上的SQL Server。 you have to not only open 1433 port for the VM on the portal, but also do you need to set up the firewall inside of the VM machine. 您不仅需要为门户网站上的VM打开1433端口,还需要在VM计算机内部设置防火墙。 Make sure you have the inbound 1433 port opened as below: 确保您打开了入站1433端口,如下所示:

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM