Jump to content

Recommended Posts

Posted

Hi all,

 

We are a large school with 2000+ students and we are getting alot of slowdown on the SIMS server

 

Just wondered if any of you guys run a similar site, if so, what server hardware do you use, what OS and version of SQL are you running?

 

How do you find it?

 

Thanks

 

Andy

Posted

Hi,

 

We currently run a HP Proliant DL160 G6 with an intel Xeon 5650 2.66Ghz processor and 8GB RAM. we use Server 2003 and SQL2008.

 

Thanks

Posted
Hi,

 

We currently run a HP Proliant DL160 G6 with an intel Xeon 5650 2.66Ghz processor and 8GB RAM. we use Server 2003 and SQL2008.

 

Thanks

 

Is that server 2003 x64?

Posted (edited)

Specs aren't everything, it's best to take time and configure the server according to best practices.

 

In the first instance though, check out Activity Monitor from SQL Manager (Right-click the server>Activity Monitor). This is an excellent place to start. If your lucky, something will jump out.

 

Key things to check are Processes, also check if you can see anything under 'Block by'. Look at 'Recent Expensive Queries', this might shed some light on what's making your server busy.

Edited by jinnantonnixx
Posted
which version of server cause unless it is enterprise you are only ever going to be using 4 gb of that Ram

 

Even then its still not as good as it would be on x64

Posted
Even then its still not as good as it would be on x64

 

agreed

 

Ideally can you let us also know what version of SQL you are using and what service pack level

 

In Sims what products are being used ie Lesson Monitor, Discover etc and what other roles does that server have

Posted
agreed

 

Ideally can you let us also know what version of SQL you are using and what service pack level

 

In Sims what products are being used ie Lesson Monitor, Discover etc and what other roles does that server have

 

Well he will be running a x32 version of SQL so its pointless having 8GB RAM

 

In a nutshell my advice would be to migrate to Server 2008 R2 with x64 SQL

Posted
Well he will be running a x32 version of SQL so its pointless having 8GB RAM

 

In a nutshell my advice would be to migrate to Server 2008 R2 with x64 SQL

 

Not entirely pointless if it is server enterprise it will use PAE to split up system memory into pages and then it is only each process that is limited to 4GB so each SQL instance could use a whole 4GB and if there are multiple instances/databases each can use this. The issue is that then the process will still have a hard limit and also be spread across two data pages meaning a context switch to get across it which is going to add latency and complexity for no reason.

 

In short I agree, go 64bit, it is designed for this kind of thing and there is not even a current Windows Server OS that supports 32bit and there hasn't been for a couple of years now. The last 32bit version was of Server 2008 R1 and that was only recommended for testing not production, that was five years ago.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...