|
Home > Archive > MS SQL Server ODBC > April 2005 > URGENT - Exception_Access_Violation
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
URGENT - Exception_Access_Violation
|
|
| Vincent 2005-04-01, 7:01 am |
| After designing a database thoroughly, we encountered this error while
trying to add a new record into an existing table. It says :"SQL Dump
Exceptional Handler - Process 52 generated fatal exception......." If the
similar project is opened via adp, after this error triggers, the connection
to the server fails.
Mind you, we had already entered about 6 records earlier in the same table
without a problem. The 'Help' button indicates we have made an error
violating foreign key /Check contraints. We are confused. Our diagrams are
perfect with no such violation.
Any suggestions?
Thanks very much
| |
| Mike Epprecht (SQL MVP) 2005-04-01, 8:01 pm |
| Hi
Make sure you are on the latest Service Pack for SQL Server. Look at the SQL
Server error logs, and if applying the latest SP does not fix your problem,
log a call with Microsoft PSS.
You process is crashing and SQL Server is killing it. Might be a bug.
Regards
Mike
"Vincent" wrote:
> After designing a database thoroughly, we encountered this error while
> trying to add a new record into an existing table. It says :"SQL Dump
> Exceptional Handler - Process 52 generated fatal exception......." If the
> similar project is opened via adp, after this error triggers, the connection
> to the server fails.
> Mind you, we had already entered about 6 records earlier in the same table
> without a problem. The 'Help' button indicates we have made an error
> violating foreign key /Check contraints. We are confused. Our diagrams are
> perfect with no such violation.
>
> Any suggestions?
>
> Thanks very much
|
|
|
|
|