Windows Server 2003 Standard, SQL Server 2000, a 6GB Database. What would most people recommend the minimum memory? I know basically more is better, but budgets are usually an issue.
Depends how much it's being used, I wouldn't think you'd need more than 4GB in most circumstances, 2GB might do. Really depends on how many queries you're seeing though...
I am assuming that this is SQL 2000 Standard and not Enterprise, and so it cannot use any more than 2GB of RAM? In which case, 4GB would likely be fine.
Indeed it's standard, which means ~1.8GB of the database can be loaded into ram plus database overheads iirc? Upgrading SQL server is never likely to be a possibility.
I'd seriously consider converting to a database system that is 64-bit so that you can have 8GB of RAM+ (RAM is so cheap these days) and have the whole database effectively cached in RAM.
RAM is so much cheaper than disk I/O, so it's probably worth thinking about converting the database sooner rather than later because it's only going to cause more problems in the future.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.