Link to home
Start Free TrialLog in
Avatar of mshox1
mshox1

asked on

SQL server error message 823

SQL server error 823?

is this means database is corrupted?
Avatar of derekkromm
derekkromm
Flag of United States of America image

Try running DBCC CHECKDB on the database. If it reports errors, correct those (it will detail how). If not, check your system event logs for any disk-related errors.
Avatar of mshox1
mshox1

ASKER

1. How to run dbcc checkdb?  from Dos command?   we are using SQL database.

2. I tried earlier use "select count(*) from table" query, get this 823 again.  but I then
   did the 'truncate table'.   to erase everyting on the table.  then I do the bcp "in" to copy
   the backup data (was created earlier by bcp "out" command.  after that,  the database working
  properly again.

 -- so do you know what is the root cuase of this issues?

thanks

mshox1
ASKER CERTIFIED SOLUTION
Avatar of derekkromm
derekkromm
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial