Dear All,
Today morning, i have encountered this type of error message when i try to delete one record. I check all the foreign key integrity. The Query is as below:
Delete from Table1 Where Id = 1234
Msg 407, Level 16, State 1, Line 1
Internal error. The string routine in file e:\sql10_main_t\sqltdbms\storeng\dfs\startup\dstream.cpp, line 792 failed with HRESULT 0x8007007a.
Msg 8630, Level 16, State 1, Line 1
Internal Query Processor Error: The query processor encountered an unexpected error during execution.
I don't know what to do now.