From: Sheldon on 7 Apr 2010 10:13 I am getting the following error when trying to access a table in a database: An error occurred while executing batch. Error message is: Data error (cyclic redundancy check). Any ideas on how to resolve this issue? -- Sheldon
From: jgurgul on 7 Apr 2010 10:37 Hi First off check your sql server log for error messages, it should be able to give you an idea of what has happened. if this doesnt highlight anything obvious then you will want to check the extent of the problem using: DBCC CHECKDB (MyDatbaseName) WITH ALL_ERRORMSGS; Jon "Sheldon" wrote: > I am getting the following error when trying to access a table in a database: > > An error occurred while executing batch. Error message is: Data error > (cyclic redundancy check). > > Any ideas on how to resolve this issue? > > -- > Sheldon
|
Pages: 1 Prev: Need help with this query Next: INSERT statement conflicted with COLUMN CHECK constraint. |