如何修复“致命错误 605”在 SQL Server 2008 R2 上?

发布于 2024-12-15 12:24:43 字数 227 浏览 2 评论 0原文

上周运行良好的代码突然抛出此异常:

System.Data.SqlClient.SqlException(0x80131904):警告:致命错误 605 发生于[日期/时间]。备注错误和时间,并联系 您的系统管理员。

我们在 SQL Server 2008 R2 上运行 .NET Framework 4.0,并且在运行存储过程时引发此异常。

Code that was working fine last week is suddenly throwing this exception:

System.Data.SqlClient.SqlException (0x80131904): Warning: Fatal error
605 occurred at [date / time]. Note the error and time, and contact
your system administrator.

We are running .NET Framework 4.0 on SQL Server 2008 R2 and this exception is thrown while running a stored procedure.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

会发光的星星闪亮亮i 2024-12-22 12:24:43

最后,我们所要做的就是确保所有服务包和累积更新都安装在 SQL 服务器上。

In the end all we had to do was to make sure all the Service Packs and Cumulative Updates were installed on the SQL servers.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文