cannot find table or object

Posted by jeni on Programmers See other posts from Programmers or by jeni
Published on 2011-03-17T06:06:41Z Indexed on 2011/03/17 8:17 UTC
Read the original article Hit count: 203

Filed under:

hi all, Am running asp.net,c# application with sql server 2005. I got some problems with database tables.I got an inconsistency errors in some tables.I tried to run the below dbcc command to remove the inconsistent datas;

DBCC CHECKTABLE ('Customer',repair_allow_data_loss) WITH ALL_ERRORMSG

At first i run DBCC CHECKTABLE ('Customer') it is working.but now it is not working,

i got an error as Cannot find a table or object with the name "Customer". Check the system catalog. Is my commands wrong.

© Programmers or respective owner

Related posts about sql-server