dbcc checked given the below error message , i tried to repair the database with allow data loss, when i ran the command instead of correcting the data again its giving same I/O error Info.
I found that I/O error on one of Primary key which has index . its not allowing me to drop\rename table too..
My question is is there restrictions for DBCC checkdb allow data loss command ? or what other wise why am unable to repair the DB\Table .. Thanks in advance
Msg 824, Level 24, State 2, Line 1
SQL Server detected a logical consistency-based I/O error: torn page (expected signature: 0x55555555; actual signature: 0x95555555). It occurred during a read of page (1:1164) in database ID 9 at offset 0x00000000918000 in file 'D:\MSSQL.1\MSSQL\Data\*******.mdf'.
Additional messages in the SQL Server error log or system event log may provide more detail. This is a severe error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This
error can be caused by many factors; for more information, see SQL Server Books Online.
ramakrishna