Which server to put SQL Server 2005 Express Edition on?

Which server to put SQL Server 2005 Express Edition on?

Author
Discussion

Munter

31,319 posts

242 months

Wednesday 6th February 2008
quotequote all
One thing that does occure to me. If the SQL DB is only 350MB (and not going to grow too much) can you get SQL to load it fully into ram. That way only writes will go to the disk. And they can be cached writes, so written out when the disk isn't busy doing other stuff.

I may however be giving Microsoft too much credit thinking you can do such things.

buggalugs

9,243 posts

238 months

Wednesday 6th February 2008
quotequote all
Munter said:
One thing that does occure to me. If the SQL DB is only 350MB (and not going to grow too much) can you get SQL to load it fully into ram. That way only writes will go to the disk. And they can be cached writes, so written out when the disk isn't busy doing other stuff.

I may however be giving Microsoft too much credit thinking you can do such things.
yes We're not exactly talking about the doomsday book here

pcwilson

Original Poster:

1,245 posts

237 months

Wednesday 6th February 2008
quotequote all
Hi Guys

Thanks for all the great advice. I'm going to go ahead and put the database on the DC. I now understand the issues with this, but I think it's the lesser of two evils. I'll monitor the DC closely and if it's struggling then I'll have the figures to justify additional disks or a dedicated server.

Cheers
Phil