₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,962 members, 8,428,826 topics. Date: Thursday, 18 June 2026 at 03:51 AM

Toggle theme

Bobbar's Posts

Nairaland ForumBobbar's ProfileBobbar's Posts

1 (of 1 pages)

ProgrammingRe: Metadata Corruption Error. by bobbar: 2:13pm On Jul 21, 2017
This issue occurs because SQL Server does not support manual updates to system tables. System tables should be updated only by the SQL Server database engine.
To resolve this issue, use one of the following methods.
Method 1
If you have a clean backup of the database, restore the database from the backup.
Note This method works only if the backup does not have inconsistencies in the metadata.
Method 2
If you cannot restore the database from a backup, read info here https://www.repairtoolbox.com/sqlserverrepair.html

1 (of 1 pages)