473,462 Members | 1,128 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Only 90MB for SQL Server 2005 on a Windows 2003 64bit 12GB System

Hi.
I have a Dell Server with Windows 2003 R2 SP2 64bit ,SQL Server 2005 SP2
(also 64Bit) and 12GB Ram. The Problem is, that the SQL Server Process only
allocates max 90-100MB. That's why big SQLs run very slow.

I checked the setup variables on the managment console and everything seems
to be ok. I don't know how to solve this problem.

Please help!

Ulf

Aug 3 '08 #1
5 2435
Hopefully the following helps, check their recommedations:

http://www.microsoft.com/technet/pro...hysdbstor.mspx

http://www.microsoft.com/technet/pro...n/sqlops6.mspx
"Ulf Dingler" <u.*******@lasartes.dewrote in message
news:6f************@mid.uni-berlin.de...
Hi.
I have a Dell Server with Windows 2003 R2 SP2 64bit ,SQL Server 2005 SP2
(also 64Bit) and 12GB Ram. The Problem is, that the SQL Server Process
only allocates max 90-100MB. That's why big SQLs run very slow.

I checked the setup variables on the managment console and everything
seems to be ok. I don't know how to solve this problem.

Please help!

Ulf

Aug 3 '08 #2
Ulf Dingler (u.*******@lasartes.de) writes:
I have a Dell Server with Windows 2003 R2 SP2 64bit ,SQL Server 2005 SP2
(also 64Bit) and 12GB Ram. The Problem is, that the SQL Server Process
only allocates max 90-100MB. That's why big SQLs run very slow.

I checked the setup variables on the managment console and everything
seems to be ok. I don't know how to solve this problem.
What does "sp_configure 'max server memory'" report? And "sp_configure
'awe enabled'"?

Have you check in Task Manager whether there is any other process that
takes up a lot of memory?

How big are your databases?

--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Aug 3 '08 #3
"Erland Sommarskog" <es****@sommarskog.seschrieb im Newsbeitrag
news:Xn********************@127.0.0.1...

What does "sp_configure 'max server memory'" report? And "sp_configure
'awe enabled'"?

Have you check in Task Manager whether there is any other process that
takes up a lot of memory?
awe is enabled but i read, that awe is not important for 64bit. sp_configure
'max server memory' reports 2147483647. no other process takes more than
60mb and there is a lot of memory free (10GB) for the sql server process.
How big are your databases?
the databases are very big. 7GB/9GB/70GB

Aug 4 '08 #4
Ulf Dingler (u.*******@lasartes.de) writes:
awe is enabled but i read, that awe is not important for 64bit.
That's correct. It's not supposed to have any effect at all, but it
does affect something, although I don't recall exactly what.

On 32-bit when you have AWE enabled, and look in task manager, you don't
see the true size of SQL Server, as the AWE memory is not included. Maybe
there is a similar effect on 64-bit? Could you run DBCC MEMORYSTATUS and
post the output?
the databases are very big. 7GB/9GB/70GB
Ehum, 70GB could be called mediums-sized, but it does not really
qualify as "very big". Not that it matter here. Unless the data-access
pattern is very concentrated, it seems unlikely that SQL Server would
not need more memory than 100 MB.
--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Aug 4 '08 #5
Ulf Dingler wrote:
I have a Dell Server with Windows 2003 R2 SP2 64bit ,SQL Server 2005 SP2
(also 64Bit) and 12GB Ram. The Problem is, that the SQL Server Process only
allocates max 90-100MB. That's why big SQLs run very slow.

I checked the setup variables on the managment console and everything seems
to be ok. I don't know how to solve this problem.
You can force SQL's memory usage by setting minimum and maximum to the
same value (say 10 GB, leaving the other 2 GB for the other processes).
Aug 5 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
0
by: SoWright | last post by:
I am running a 32bit VB .Net application in Windows Server 2003 64bit edition. The application uses the function System.IO.File.Exists() to check the existance of a file in the directory...
3
by: Frank Uray | last post by:
Hi all I have written a WindowsService in C# 2005. I am running this service on a 64bit Windows Server 2003 and I like to run some Interop.Excel within this service. It seams that Interop...
9
by: Brian Delahunty | last post by:
I'm having a bit of a weird problem and I've spent the last few hours scouring the web trying to solve this before coming here. Here is the problem: I get 404 errors for all ASP.NET 2.0 content...
5
by: Eric | last post by:
Hi, I want to generate a dll for x64. In the project, I specify the platform target x64 but VS2005 use the win32 framework. Here is the warnings that I get : ...
0
by: Alaashamas | last post by:
I am still testing the different features I can use to connect from SQL Server 2005 to ORACLE. Actually the scenario that I have now is the following: I have the SQL Server 2005 64Bit installed...
1
by: =?Utf-8?B?U2FpIFZhamph?= | last post by:
Hi I am working on a website in asp.net 2.0 with 2.0 framework and would like to deploy this to a windows 2003 64bit server and want it to run under 64bit framework., Is this really possible?...
1
by: =?Utf-8?B?QmlsbHkgWmhhbmc=?= | last post by:
I have a web server 32 bit and SQL server 2005 64bit . Does msdtc support SQL server 2005 64bit with web server 32 bit?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.