sp_Updatestats 的问题

Bij*_*ose 2 sql-server statistics

我在我的数据库上运行 sp_updatestats 时遇到问题它会在我的 emp 表更新和断开连接时生成错误我将在此处粘贴错误

Updating [dbo].[emp]
Msg 0, Level 11, State 0, Line 0
A severe error occurred on the current command.  The results, if any, should be discarded.
Msg 0, Level 20, State 0, Line 0
A severe error occurred on the current command.  The results, if any, should be discarded.
Run Code Online (Sandbox Code Playgroud)

是不是因为当我运行 DBCC checktable(emp) 时表有任何问题,它没有显示任何问题。那么是什么原因

更新:
我们如何在不安装@gbn 提到的服务包的情况下找到问题的根本原因,我们如何消除它。如果问题发生在安装了 sp2 的版本中,如果它发生在生产服务器中并且安装 Service Pack 是解决它的唯一方法,作为 dba 我们可以做什么?

gbn*_*gbn 5

您正在运行 RTM (10.50.1600.1):最新补丁是 SP2 + CU3 (10.50.4266)

这些包括补丁,如KB 2498786