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 |
PatDeV
Posting Yak Master
197 Posts |
Posted - 2006-07-25 : 12:01:39
|
Anyone have any idea what this message means? Using SQL2000 on W2K Server.It's been in use for a year now and this is the first time I've seen thiserror. The worrisome part is that it happened twice today. Previous logentries were:Error: 0, Severity: 19, State: 0Stack Signature for the dump is 0x97B6290ASqlDumpExceptionHandler: Process 83 generated fatal exception c0000005EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.Error: 0, Severity: 19, State: 0Using 'dbghelp.dll' version '4.0.5'*Stack Dump being sent to C:\Program Files\Microsoft SQLServer\MSSQL\log\SQLDump0336.txt. |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-07-25 : 12:27:45
|
disk/controller/memory error?==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
PatDeV
Posting Yak Master
197 Posts |
Posted - 2006-07-25 : 12:37:24
|
and also how can i resolve it.Thanks |
 |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-07-25 : 12:40:14
|
If it is harware then you will need to find out what and replace it.Does the windows event viewer give you anything more?Try running checkdb's (after a backup) and see if that gives anything.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|