Jan 27, 2010 #1 bugulgad Technical User Dec 28, 2009 6 US Hi All, It seems this error may imply I have some corrupted page. But how can I use the page id in this message to track down the table? It occured during a read of page (1:9112)
Hi All, It seems this error may imply I have some corrupted page. But how can I use the page id in this message to track down the table? It occured during a read of page (1:9112)
Jan 27, 2010 Thread starter #2 bugulgad Technical User Dec 28, 2009 6 US I found it. DBCC TRACEON (3604); go dbcc page (db name,1,9112,3) This tells me the object id which I then looked up in sys.objects Upvote 0 Downvote
I found it. DBCC TRACEON (3604); go dbcc page (db name,1,9112,3) This tells me the object id which I then looked up in sys.objects