Quantcast
Channel: Forum SQL Server Database Engine
Viewing all articles
Browse latest Browse all 15889

SQL Server 2008 crashing with high probability on long running querys and index creations

$
0
0
Specs:

Microsoft SQL Server Enterprise Edition (64-bit)
Microsoft Windows NT 5.2 (3790)
NT x64
10.0.1600.22

5 databases, largest about 4GB. Total size 5GB.

SQL server is crashign with about 1/4 probabilty on index creation or long runnign queries (minutes). The database is dbcc checkdb error free. The error logs are:

Date,Source,Severity,Message
08/17/2009 15:40:23,spid110,Unknown,There is insufficient system memory in resource pool 'default' to run this query.
08/17/2009 15:40:23,spid110,Unknown,Error: 701<c/> Severity: 17<c/> State: 123.
08/17/2009 15:40:22,spid89,Unknown,There is insufficient system memory in resource pool 'default' to run this query.
08/17/2009 15:40:22,spid89,Unknown,Error: 701<c/> Severity: 17<c/> State: 123.
08/17/2009 15:40:22,spid60,Unknown,There is insufficient system memory in resource pool 'default' to run this query.
08/17/2009 15:40:22,spid60,Unknown,Error: 701<c/> Severity: 17<c/> State: 123.
08/17/2009 15:40:22,spid83,Unknown,There is insufficient system memory in resource pool 'default' to run this query.
08/17/2009 15:40:22,spid83,Unknown,Error: 701<c/> Severity: 17<c/> State: 123.
08/17/2009 15:40:22,spid107,Unknown,There is insufficient system memory in resource pool 'default' to run this query.
08/17/2009 15:40:22,spid107,Unknown,Error: 701<c/> Severity: 17<c/> State: 123.
08/17/2009 15:40:22,Server,Unknown,Server TCP provider has stopped listening on port [ 1434 ] due to a failure. Error: 0x2747<c/> state: 1. The server will automatically attempt to reestablish listening.
08/17/2009 15:40:22,Server,Unknown,Error: 26040<c/> Severity: 17<c/> State: 1.
08/17/2009 15:40:22,spid72,Unknown,There is insufficient system memory in resource pool 'default' to run this query.
08/17/2009 15:40:22,spid72,Unknown,Error: 701<c/> Severity: 17<c/> State: 123.
08/17/2009 15:40:22,spid72,Unknown,Failed Virtual Allocate Bytes: FAIL_VIRTUAL_RESERVE 65536
08/17/2009 15:40:21,spid20s,Unknown,UpdateUptimeRegKey: Operating system error 1450(failed to retrieve text for this error. Reason: 1815) encountered.
08/17/2009 15:40:21,spid20s,Unknown,Error: 17053<c/> Severity: 16<c/> State: 1.
08/17/2009 15:38:21,spid5s,Unknown,Warning: The available page file space has dropped below 4Mb.

(deleted many meaningless lines like:
08/17/2009 15:40:22,spid72,Unknown,CACHESTORE_XMLDBATTRIBUTE (node 0)               KB<nl/>---------------------------------------- ----------<nl/>VM Reserved                                       0<nl/>VM Committed                                      0<nl/>Locked Pages Allocated                            0<nl/>SM Reserved                                       0<nl/>SM Committed                                      0<nl/>SinglePage Allocator                              8<nl/>MultiPage Allocator                               0
)

how can i stop it from crashing.

Viewing all articles
Browse latest Browse all 15889

Trending Articles