Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Intermittent SQL Server Error

Status
Not open for further replies.

williamu

Programmer
Apr 8, 2002
494
GB
Hi,

On some records within a database I'm getting the following error, however, on others it works.

Microsoft OLE DB Provider for SQL Server error '80040e14'

SqlDumpExceptionHandler: Process 64 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.

viewbooking.asp, line 60

Can anyone shed some light on this for me please?
 
It's a sql dump. This is a bad thing. Check in the log folder (the same place with the ERRORLOG file). Every time this happens there will be a mini-dump file. This can give you info as to what is being run, and sometimes why it's dumping.

If you don't understand what you are reading, upload the file to a web server and give us the URL.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
Donate to Katrina relief
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top