SQL 2000 Suspect Database

sp_configure "Allow updates" , 1
go

update sysdatabases
set status = status & ~ 256
where (name = 'database name')
go

sp_configure "Allow updates" , 0
go

Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 6196

Need more information or have a question ?