Monday, December 21, 2009

Check Databases

USE [AutoISSUEdotNet]
GO
DBCC CHECKDB WITH NO_INFOMSGS --index


USE [ReportServer]
GO
DBCC CHECKDB(N'ReportServer', NOINDEX) -----noindex

1 comment:

  1. I have heard about another way of restore mssql from damage server. Besides, you can visit my blogs at: http://daspeac.livejournal.com/ or http://daspeac.blogspot.com/ where I’m trying to share my experience with regard to data corruption issues.

    ReplyDelete