Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
soulwaxer
Starting Member
1 Post |
Posted - 2010-03-09 : 15:22:05
|
I have a Sql 2008 server which I have setup a maintenance plan. Unfortunately when I include DB integrity check it instantly fails and I don't know why. Can anyone help I'm fairly new to SQL |
|
sql_newbie121
Yak Posting Veteran
52 Posts |
Posted - 2010-03-09 : 16:10:08
|
Soul, can you post the error message you got? It will help to understand what is causing it to fail. |
 |
|
GilaMonster
Master Smack Fu Yak Hacker
4507 Posts |
Posted - 2010-03-10 : 03:00:42
|
Please run the following on the database that the check fails on and post any errors DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS --Gail ShawSQL Server MVP |
 |
|
|
|
|