Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The query processor encountered an unexpected error during execution (HRESULT = 0x80040e19)

May occur during data exchange. Other error message could be "Internal error. The string routine in file ...dstream.cpp (or dumplog.cpp), line 123 failed with HRESULT 0x8007007a". Database requires a "repair". Solution:

  • Turn database to single-user mode (see Properties > Options).
  • Execute: DBCC CHECKDB ('Name of my database', Repair_ALL).
  • Turn back database to multi-user mode.

 

  • No labels