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 |
|
rudba
Constraint Violating Yak Guru
415 Posts |
Posted - 2009-02-25 : 11:50:59
|
| How do I Check database error consistency ? |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-25 : 11:52:24
|
quote: Originally posted by rudba How do I Check database error consistency ?
Did you search for it? |
 |
|
|
rudba
Constraint Violating Yak Guru
415 Posts |
Posted - 2009-02-25 : 11:54:37
|
| i tried :DBCC CHECKDB(dbname)but how do i know the errors? |
 |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-25 : 11:56:51
|
quote: Originally posted by rudba i tried :DBCC CHECKDB(dbname)but how do i know the errors?
And What was the results? |
 |
|
|
|
|
|