Hi Everyone,
I have made a fresh installation of SQL Server 2012 Express with Advanced Services (SP1) onWindows 2008 Standard (SP2) but when I try to start the SQL Server service,sqlserver.exe goes crazy consuming 100% of the memory available and finally, after a minute launches a timeout error.
Here are some log line:
2012-11-23 13:34:46.87 Server SQL Server detected 1 sockets with 3 cores per socket and 3 logical processors per socket, 3 total logical processors; using 3 logical processors based on SQL Server licensing. This is an informational
message; no user action is required.
2012-11-23 13:34:46.87 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2012-11-23 13:34:46.87 Server Detected 3072 MB of RAM. This is an informational message; no user action is required.
2012-11-23 13:34:46.87 Server Using conventional memory in the memory manager.
2012-11-23 13:34:46.96 Server This instance of SQL Server last reported using a process ID of 42624 at 23/11/2012 13:33:21 (local) 23/11/2012 12:33:21 (UTC). This is an informational message only; no user action is required.
2012-11-23 13:34:46.96 Server Node configuration: node 0: CPU mask: 0x0000000000000007:0 Active CPU mask: 0x0000000000000007:0. This message provides a description of the NUMA configuration for this computer. This is an informational
message only. No user action is required.
2012-11-23 13:34:46.96 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required.
2012-11-23 13:36:48.74 Server Failed allocate pages: FAIL_PAGE_ALLOCATION 1
As I said, is a fresh installation and there is no user database created in the server yet.
Thanks in advance for your help.