如何修复“致命错误 605”在 SQL Server 2008 R2 上?
上周运行良好的代码突然抛出此异常:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后,我们所要做的就是确保所有服务包和累积更新都安装在 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.