Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

DBCC CHECKDB ACCIDENTALLY SET RUNNING TWICE!

$
0
0
HelloI am in a bit of a fix and would like to have some advice from the SQL experts who frequent your site. I was setting extra dbcc plus backup of a large Sharepoint database and accidentally set a dbcc checkdb (no repair option) to run at 7.15pm and at 8.15pm. They are now running at the same time and it has gone beyond the time when I would expect the first to finish (2h 30 mins). The processes are not apparently blocking each other, both show blocks of themselves (but I have seen this before) which come and go. I just don't know what to do - should I wait to see if they finish? Could I stop one of the jobs? Or should I kill one of the processes? I do not want to risk leaving the database in an unusable state. This is on SQL Server 2008.Any help would be much appreciatedSue

Viewing all articles
Browse latest Browse all 6525

Trending Articles