October 24, 2008 at 3:50 am
i got an error when i execute
dbcc checktable(daily,REPAIR_ALLOW_DATA_LOSS)
then again i checking for error in table then execute
dbcc checktable(daily)
then i got this error
ODBC: Msg 0, Level 19, State 1
SqlDumpExceptionHandler: Process 51 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.
please send me some solution
Thax
rajesh:cool:
October 24, 2008 at 5:42 am
Why were you doing a repair with data loss?
Access violations are usually the result of a bug in the product. To get a resolution for that, you'll have to contact Microsoft's customer support.
What version of SQL? (what does @@version return?)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply