Thank you.
Should I put the system databases on the SAN or leave them on the OS drives?
Also should I take Reporting Services off of server B and put it on the
stand alone with the mirrors?
Thanks again
Ron
> Should I put the system databases on the SAN or leave them on the OS drives?
I would put them on the SAN, especially tempdb. Actually, if you can
afford it, a dedicated LUN for tempdb would offer an excellent
performance. I would suggest a RAID-10 array, but if you don't have
enough disks left a RAID-1 would be great also.
If you don't have enough disks to do so, you could put the pagefile and
the transaction logs on the same array, which would leave some disks
for tempdb. In any case, if you can, don't put your databases and
tempdb on the same array.
Find the whitepaper "Working with tempdb in SQL Server 2005" on the
Microsoft website, it contains a lot of interesting information.
> Also should I take Reporting Services off of server B and put it on the
> stand alone with the mirrors?
Reporting Services is not a big concern as long as you have enough RAM.
It could be a good idea to put it on the stand alone server if you have
at some point the requirement to give access to your reports to some
external customer, but it would be a matter of security, not
performance.
Regards,
lucm