I finally got the log files of the sql server and they say:
2010-05-15 08:26:44.55 Logon
Login succeeded for user 'ZARZĄDZANIE
NT\SYSTEM'. Connection: trusted.
[CLIENT: 192.168.1.100]
2010-05-15 08:26:45.30 spid57
Error: 701, Severity: 17, State: 123.
2010-05-15 08:26:45.30 spid57
There is insufficient system memory to
run this query.
2010-05-15 08:26:46.60 Logon
Login succeeded for user 'ZARZĄDZANIE
NT\SYSTEM'. Connection: trusted.
[CLIENT: 192.168.1.100]
The 'login succeeded for user...' entry repeats about 300 times in total before an AV exception occurs:
2010-05-15 08:27:32.72 Server
CImageHelper::Init () Version-specific
dbghelp.dll is not used
2010-05-15 08:27:32.72 Server
CImageHelper::Init () Failed load of
dbghelp.dll - Not enough storage is available
to complete this operation.
2010-05-15 08:27:32.77 Server
CImageHelper::Init () Version-specific
dbghelp.dll is not used
2010-05-15 08:27:32.77 Server
CImageHelper::Init () Failed load of
dbghelp.dll - Not enough storage is available
to complete this operation.
2010-05-15 08:27:32.77 Server
***Symbol load failed - Proceed to dump without any symbols
2010-05-15 08:27:32.77 Server
***Stack Dump being sent to C:\Program Files\Microsoft SQL Server
\MSSQL.1\MSSQL\LOG\SQLDump0009.txt
2010-05-15 08:27:32.77 Server
SqlDumpExceptionHandler: Process 5364
generated fatal exception c0000005
EXCEPTION_ACCESS_VIOLATION. SQL Server
is terminating this process.
2010-05-15 08:27:32.77 Server *
BEGIN STACK DUMP:
2010-05-15 08:27:32.77 Server *
05/15/10 08:27:32 spid 0
2010-05-15 08:27:32.77 Server *
Exception Address = 47DB86B4
Module(UNKNOWN+00000000)
2010-05-15 08:27:32.77 Server *
Exception Code = c0000005
EXCEPTION_ACCESS_VIOLATION
2010-05-15 08:27:32.77 Server *
Access Violation occurred reading
address 00000008
2010-05-15 08:27:32.77 Server *
MODULE BASE
END SIZE
2010-05-15 08:27:32.77 Server *
Edi: 47E31E90: 00020066 00000000
00000000 00000000 00000008 E70F1AA0
2010-05-15 08:27:32.77 Server *
Esi: 47E31E90: 00020066 00000000
00000000 00000000 00000008 E70F1AA0
2010-05-15 08:27:32.77 Server *
Eax: 00000000:
2010-05-15 08:27:32.77 Server *
Ebx: 77E3FC30: 00000A18 00000DBC
00000000 00000000 00000000 00000000
2010-05-15 08:27:32.77 Server *
Ecx: 00000004:
2010-05-15 08:27:32.77 Server *
Edx: 7C93860C: 24A48DC3 00000000
0024648D 0824548D 55C32ECD A48DEC8B
2010-05-15 08:27:32.77 Server *
Eip: 47DB86B4: F704518B 8BC223D0
0B042454 044189C2 900008C2 90909090
2010-05-15 08:27:32.77 Server *
Ebp: 00000DBC:
2010-05-15 08:27:32.77 Server *
SegCs: 0000001B:
2010-05-15 08:27:32.77 Server *
EFlags: 00010202: 004D0055 00450042
005F0052 0046004F 0050005F 004F0052
2010-05-15 08:27:32.77 Server *
Esp: 02D9FB34: 47DBFCDC 00000001
00000000 34491F20 00000000 02D9FBBC
2010-05-15 08:27:32.77 Server *
SegSs: 00000023:
2010-05-15 08:27:32.77 Server *
Short Stack Dump
2010-05-15 08:27:32.77 Server
47DB86B4 Module(UNKNOWN+00000000)
2010-05-15 08:27:32.77 Server
Stack Signature for the dump is
0x47DB86B4
I'm wondering what may cause this problem. Do you have any idea that could help me?
Thank you.