Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我认为我做的一切都是正确的,但我无法在线访问 sql 服务器。我把我的设置放在下面。当然密码是隐藏的。有什么帮助吗?
看起来Server name应该是MSSQL1228.wc1\inst2。您目前拥有MSSQL1228\inst2.
Server name
MSSQL1228.wc1\inst2
MSSQL1228\inst2
您的实例名称错误
替换mssql1228\inst为mssql228.wc1\inst
mssql1228\inst
mssql228.wc1\inst
如果这不起作用,请尝试 IP 地址50.57.219.8,4120
50.57.219.8,4120
如果这不起作用,您可能需要验证您的用户是否有权访问该特定数据库。
如果不知道您的具体错误信息,很难 100% 知道出了什么问题