Oh no, My database is to large to run DBCC CheckDB! Now what?

by Jarrod Edge 25. May 2010 08:00

Having problems running DBCC CheckDB on your large database? 

Here are to great articles.  Check them out before opting not to run DBCC CheckDB.

CHECKDB From Every Angle Consistency Checking Options for a VLDB

dbcc checks and terabyte scale databases

God Bless and happy integrity checking!

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

SQL Server

What does SQL Server Error 3154 really mean?

by Jarrod Edge 17. March 2010 01:42

What does SQL Server Error 3154 really mean?

Error 3154: The backup set holds a backup of a database other than the existing database.

I recently taught a class and one of my students encountered this error message.  I thought others might want to know the answer to this puzzle as well.

The error message, in this case, was really misleading.  It happened while attempting to restore the master database.  The answer is really simple:

Use the REPLACE keyword in your RESTORE statement.

Example:

RESTORE DATABASE YourDB
FROM DISK =
'C:\YourDB.bak'
WITH REPLACE

As you can see the Error message doesn't quite lead you in this direction.  But it will work. 

Good luck.  Have a blessed day!

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

SQL Server

© 2010 GetWebEdge, Inc.
Powered by BlogEngine.NET 1.4.5.0