Home All Groups Group Topic Archive Search About

fix DBCC CHECKCATALOG errors

Author
16 Nov 2007 12:08 AM
Waldemar Grzywiñski
How to fix system tables integrity errors? DBCC CHECKCATALOG  points
that exists objects (in sys.columns) without depend views. In SQL 2000 I can
edit direct sysobject table. How delete orphaned objects in SQL 2005? Only
way is copy data to new database?

Author
18 Nov 2007 12:43 AM
Jay
I wouldn't think editing sysobjects is a real good idea, unless you're very
(very) sure.

However, since CHECKCATALOG is part of CHECKDB, I would assume you would
used CHECKDB to repair any problems.

Show quoteHide quote
"Waldemar Grzywiñski" <waldem***@autograf.pl> wrote in message
news:evNoNT%23JIHA.5684@TK2MSFTNGP06.phx.gbl...
>    How to fix system tables integrity errors? DBCC CHECKCATALOG  points
> that exists objects (in sys.columns) without depend views. In SQL 2000 I
> can edit direct sysobject table. How delete orphaned objects in SQL 2005?
> Only way is copy data to new database?
>

Bookmark and Share

Post Thread options