微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

sql-server – 连接到SQL Server 2012的登录后阶段的超时

我正在尝试从桌面连接到sql Server 2012(在不同的服务器上)并收到以下错误

Connection Timeout Expired. The timeout period elapsed during the post-login phase. The connection Could have timed out while waiting for server to complete the login process and respond; Or it Could have timed out while attempting to create multiple active connections. The duration spent while attempting to connect to this server was – [Pre-Login] initialization=190; handshake=4; [Login] initialization=0; authentication=102; [Post-Login] complete=14002; (Microsoft sql Server)

客户端是sql Server Management Studio 2012.服务器上的防火墙已关闭.我可以telnet到端口1433.从服务器上的Studio连接本身工作正常.桌面和服务器位于同一网段;使用Windows身份验证.

Windows Server 2008R2和sql Server都是从头开始构建的.

令我困惑的是登录后阶段.我有一种感觉,我在错误的地方(即网络连接);但不知道正确的地方是什么……

解决方法

改编自我的评论,找到了答案:

检查事件日志.你可能会在那里看到一些指向问题的东西.

原文地址:https://www.jb51.cc/mssql/80717.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐