Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-01-07 : 10:26:24
|
| NIck writes "My ASP site goes down from time to time because of a SQL server error. In the application logs i receive the message:"Error: 0, Severity: 19, State: 0execrpc: Process 58 generated an access violation. SQL Server is terminating this process."Can anybody help me resolve this?" |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2002-01-07 : 10:38:10
|
| Try running dbcc checks on the database (not while it's running).Otherwise you will have to find out more about when the problem occurs.==========================================Cursors are useful if you don't know sql.Beer is not cold and it isn't fizzy. |
 |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2002-01-07 : 18:09:37
|
And add some error-trapping to your ASP code so your pages don't crash. --------------------------------------------------------------1000 Posts, Here I come! I wonder what my new title will be... |
 |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2002-01-09 : 17:26:44
|
| You should open a case with Microsoft Product Support. An access violation is 99.9% of the time a bug in SQL Server, so you won't have to pay for the case.Other than that if you are not on the latest Service Pack, upgrade, if it is a known bug, it will likely be fixed in a service packHTH-Chad |
 |
|
|
|
|
|