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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EXCEPTION_ACCESS_VIOLATION error 1

Status
Not open for further replies.

grayser44

Programmer
Nov 18, 1999
1
GB
At the moment I've getting an intermitent Exception_access_violation error. It looks as if its being caused by a specific sp, because of the current contents of the input buffer. A sympton dump is created and I get a stack trace as well. Does any one have any ideas on following this up.
 
you can use the printdmp utility that comes with SQLserver to analyse your symptom dump file, this usually tells which procedure caused the dump .
 
It sounds like a Java and some other client language error instead of an SQL error. If that is the case, it may be that the client is not properly displaying the error. Try running the actual SQL statement in Query Analyzer. My guess is that the actual error may be a deadlock or the user not having the proper right to a particular database object.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top