I have set allow update to 1 but it accoure the error that Ad hoc updates to system catalogs are not allowed.
Tags: 2005, Dbid=db_id'fake', Execute", Sqlserver, Status=32768, Sys.sysdatabases, This, Update, Want, Where
I have set allow update to 1 but it accoure the error that Ad hoc updates to system catalogs are not allowed.
Tags: 2005, Dbid=db_id'fake', Execute", Sqlserver, Status=32768, Sys.sysdatabases, This, Update, Want, Where
In 2005 you do not update the system catalogs directly
Perhaps your database has integrity problems. Have you run DBCC
CHECKDB(dbname)? I would suggest doing so.
or you can try this:http://www.developmentnow.com/g/116_2004…