473,386 Members | 1,668 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

SQL 2000 - 450+ Databases

We have a three tier application running on two tiers. 1&2 running on
one server and a seperate server for the databases. On the database
server we are running Windows 2000 Server with 3Gb of RAM and Dual
1.8GHz Xeon Processors and SQL Standard 2000.

The memory for the SQL server never seems to go above 1.8Gb. Does
anyone have some suggestions about this or does anyone have some
information on how many Db's can be run on one server. Most of them
are relatively small with low activity.

Thanks a lot..

Jul 23 '05 #1
4 1875
2 ways for SQL2000 to use more than 2GB memory on 32 bit:

1. Enable AWE
2. Specify /3gb Windows option in boot.ini. But this only allows server to
use up to 3GB.

And SQL2000r should be able to handle 450+ db with most of them having low
activities smoothly.

--
Gang He
Software Design Engineer
Microsoft SQL Server Storage Engine

This posting is provided "AS IS" with no warranties, and confers no rights.
<in*******@hotmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
We have a three tier application running on two tiers. 1&2 running on
one server and a seperate server for the databases. On the database
server we are running Windows 2000 Server with 3Gb of RAM and Dual
1.8GHz Xeon Processors and SQL Standard 2000.

The memory for the SQL server never seems to go above 1.8Gb. Does
anyone have some suggestions about this or does anyone have some
information on how many Db's can be run on one server. Most of them
are relatively small with low activity.

Thanks a lot..

Jul 23 '05 #2
Hi Gang,

We are using the Standard version of SQL so I do not think that this
feature is available.

If I specify /3gb in the boot.ini will there be any room for SQL. The
server has a total of 3Gb. Right now the SQL server is using 1.84Gb of
memory. The programmers have written some code that uploads images to
the database as a blob and I am receiving error code:
Error: 17803, Severity: 20, State: 12 Insufficient memory available

Any ideas and thanks.

Jul 23 '05 #3
The /3gb option relates to the split between the user and kernel parts
of the 4GB virtual address space that all Windows applications,
including SQL Server, are given. Usually the split is 50/50 i.e. 2GB
user and 2GB kernel so the /3gb switch gives 3GB User and 1GB kernel.
Depending on what else the server is doing, only having 1GB for the
kernel can actually lead to performance problems of it own as the OS
has to restrict memory buffers etc. to keep within the 1GB limit.

The amount of physical memory is irrelevant in this context and I would
suggest that the answer to your blob problem might be either scaling up
to the Enterprise Edition of SQL Server and beefing up the server or,
possibly, compressing the blob data, or limiting it's size, as high up
the application stack as possible. i.e. if you were accepting
photographic images on a website then get the web server to compress
the images before sending them to the database or simly impose a limit.

I guess, as always, it is up to you to decide what the cost/benefits
are for your unique application...

Malcolm
www.dbghost.com
True Change Management for SQL Server

Jul 23 '05 #4
What is AWE?

Gang He [MSFT] wrote:
2 ways for SQL2000 to use more than 2GB memory on 32 bit:

1. Enable AWE
2. Specify /3gb Windows option in boot.ini. But this only allows server to use up to 3GB.

And SQL2000r should be able to handle 450+ db with most of them having low activities smoothly.

--
Gang He
Software Design Engineer
Microsoft SQL Server Storage Engine

This posting is provided "AS IS" with no warranties, and confers no rights. <in*******@hotmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
We have a three tier application running on two tiers. 1&2 running on one server and a seperate server for the databases. On the database server we are running Windows 2000 Server with 3Gb of RAM and Dual
1.8GHz Xeon Processors and SQL Standard 2000.

The memory for the SQL server never seems to go above 1.8Gb. Does
anyone have some suggestions about this or does anyone have some
information on how many Db's can be run on one server. Most of them are relatively small with low activity.

Thanks a lot..


Jul 23 '05 #5

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

Similar topics

7
by: Sean Howard | last post by:
This is not a question, but I need a bit of advice. I need to create a software solution for users in various countries. Normally I would use Access 2000 and simply deliver the databases for...
10
by: NB | last post by:
Hi Some of my recent posts have been kind of monologues. I know that they are challenging and nobody may have any idea about them. However, I keep posting, take this NG as a record keeper for...
0
by: Miguelito Bain | last post by:
hi everybody- i've got a conundrum... i inherited some old databases, and i'm trying to convert them. i run office xp with access 2002, and all of the databases i manage are either in 97...
0
by: eroepe | last post by:
Hi, Does anyone have experience in replicating between two servers running 2000 with a database in 65 compatibility mode? Here's my situation. I'm setting up two servers. Server 1 is the...
3
by: datapro01 | last post by:
I am a DB2 DBA that has been asked to become familiar enough with SQL Server in order to become actively involved in its installation, implementation, and to review database backup/recovery...
3
by: bobdydd | last post by:
Hi Everybody I still have plenty of databases written in Access 2000 although I would like to write future databases in Access 2003. Assuming I have both versions on the same machine, is it...
2
by: Bob | last post by:
Trying to transfer databases from MSDE to SQL. When I use SQL Enterprise Manager - DTS - import or export, it works for the first database, but then fails for the others. I select the to and from...
11
by: HC | last post by:
I posted this in one of the VB forums but I'm starting to think it might be more appropriate to have it here, since it really seems to be a SQL server (MSDE/Express 2005) problem: Hey, all, I...
0
by: adstheman | last post by:
Hi all, I am maintaining a group of applications which share Access databases. In the newer version of the software products we have upgraded from DAO to ADO and also implemented routines to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.