为什么 SQL Server Management Studio 在连接到 Amazon RDS 时挂起(无响应)?
Why does SQL Server Management Studio hang (Not Responding) when connecting to Amazon RDS?
当我使用 SSMS 连接到托管在 Amazon RDS 上的数据库时,IDE 挂起(如进入 "Not Responding) after login. I enter SQL Authentication credentials and click Connect and the login window closes as it would for successful authentication. From there I get the "wait" 光标无限旋转,最终状态为 window更改为 "Not Responding." 我唯一能做的就是强制关闭应用程序。
- 我已经通过事件查看器检查了日志,在错误前后的 5 分钟内没有任何条目。
- 在过去一个月内,我已经能够使用相同的凭据通过 SSMS 连接 到此数据库
- 我可以连接到本地SQL服务器数据库,没有错误或问题
- 我 现在可以使用 Visual Studio 的 IDE 使用相同的凭据
连接 到此数据库
- 我现在可以通过代码连接到这个数据库(例如,通过配置连接字符串并执行本地控制台或网络应用程序)
- SSMS 版本为 11.0.3128.0
你试过latest SSMS releases了吗?它们包括为云中的 SQL 服务器 运行 提供更好支持的改进。这可能有助于解决您的问题。
当我使用 SSMS 连接到托管在 Amazon RDS 上的数据库时,IDE 挂起(如进入 "Not Responding) after login. I enter SQL Authentication credentials and click Connect and the login window closes as it would for successful authentication. From there I get the "wait" 光标无限旋转,最终状态为 window更改为 "Not Responding." 我唯一能做的就是强制关闭应用程序。
- 我已经通过事件查看器检查了日志,在错误前后的 5 分钟内没有任何条目。
- 在过去一个月内,我已经能够使用相同的凭据通过 SSMS 连接 到此数据库
- 我可以连接到本地SQL服务器数据库,没有错误或问题
- 我 现在可以使用 Visual Studio 的 IDE 使用相同的凭据 连接 到此数据库
- 我现在可以通过代码连接到这个数据库(例如,通过配置连接字符串并执行本地控制台或网络应用程序)
- SSMS 版本为 11.0.3128.0
你试过latest SSMS releases了吗?它们包括为云中的 SQL 服务器 运行 提供更好支持的改进。这可能有助于解决您的问题。