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

前端之家收集整理的这篇文章主要介绍了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.f2er.com/mssql/80717.html

猜你在找的MsSQL相关文章