请教一下:SQL 2008R2数据库。
windows 日志报错l两条:1、LOB 数据类型节点的数据库 ID 81 (页 (1:177985),槽 6)不存在。这通常是由于可以读取数据页上未提交的数据的事务所致。请运行 DBCC CHECKTABLE。2、在向客户端发送数据时,大型对象的读取操作失败。此错误最常见的原因是应用程序运行在 READ UNCOMMITTED 隔离级别。将终止此连接。
SQL数据库日志报错:1、The Database ID 81, Page (1:177985), slot 6 for LOB data type node does not exist. This is usually caused by transactions that can read uncommitted data on a data page. Run DBCC CHECKTABLE. 2、A
read operation on a large object failed while sending data to the client. A common cause for this is if the application is running in READ UNCOMMITTED isolation level. This connection will be terminated.
请问这个怎么解决?