Msg 2513, Level 16, State 5, Line 1
Table error: Object ID 69575286 (object 'dt_displayoaerror') does not match between 'SYSOBJECTS' and 'SYSCOMMENTS'.
Msg 2513, Level 16, State 5, Line 1
Table error: Object ID 133575514 (object 'dt_checkoutobject') does not match between 'SYSOBJECTS' and 'SYSCOMMENTS'.
Msg 2513, Level 16, State 5, Line 1
Table error: Object ID 165575628 (object 'dt_removefromsourcecontrol') does not match between 'SYSOBJECTS' and 'SYSCOMMENTS'.
Msg 2513, Level 16, State 5, Line 1
Table error: Object ID 233767890 (object 'PBF_SalerRoom') does not match between 'SYSOBJECTS' and 'SYSCOMMENTS'.
Msg 2513, Level 16, State 5, Line 1
Table error: Object ID 281768061 (object 'PBF_SalerGather') does not match between 'SYSOBJECTS' and 'SYSCOMMENTS'.
Msg 2513, Level 16, State 5, Line 1
Table error: Object ID 457768688 (object 'PAF_PTackle') does not match between 'SYSOBJECTS' and 'SYSCOMMENTS'.
Msg 2513, Level 16, State 5, Line 1
Table error: Object ID 781245838 (object 'TFU_CustSumAmountBad') does not match between 'SYSOBJECTS' and 'SYSCOMMENTS'.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
以上是检测出的错误信息,后在其它的数据库中将对应的表,存储过程复制过来就可以。他是没有这些过程。
博客展示了数据库检测出的错误信息,如多个表对象在 'SYSOBJECTS' 和 'SYSCOMMENTS' 中不匹配。解决办法是将其他数据库中对应的表和存储过程复制过来,因为当前数据库缺少这些过程。
1907

被折叠的 条评论
为什么被折叠?



