How can I repair this problem.
I run this:
dbcc checkdb ( 'WPBCTEST', REPAIR_ALLOW_DATA_LOSS) with NO_INFOMSGS
and I get this:
Server: Msg 8929, Level 16, State 1, Line 1
Object ID 2: Errors found in text ID 92821913600 owned by data record identified by RID = (1:134968:0) id = 1894206444...
The table contains no data. What can I do?
I run:
ALTER TABLE [dbo].[Employee] Drop
CONSTRAINT [Employee0]
I get:
Server: Msg 7105, Level 22, State 6, Line 1
Page (1:1215), slot 1 for text, ntext, or image node does not exist.
Connection Broken
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.