Re: SQL Server 2000, Raid 1 or Raid 5 for Applications

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



The number of apps is not really a factor unless you need a different SQL
Server instance for each app but I highly doubt that. What is best depends
a lot on the available hardware, your budget and how you use the data. An
ideal solution disregarding cost for SQL Server 2005 would be this:

OS - RAID 1

SQL Transactions Logs - Raid 1 or RAID 10 with ONLY log files on it
SQL User Data Files - RAID 10
TEMPDB Data Files - RAID 1 or 10

If you are only doing a relatively small number of transactions per second
you can get away with less but we would have to know more about the usage to
give any more details.



--
Andrew J. Kelly SQL MVP


"Magoo" <magoo@xxxxxxxxxx> wrote in message
news:98477A15-B73B-4BB2-BB32-B64F3089D608@xxxxxxxxxxxxxxxx
I'm a novice with SQL, please assist me.

I'm looking for "best practices" setup for SQL applications.

Should I configure mirror drives for the OS, and a unique physical mirror
for each application and instance of SQL?

So, if i have 4 SQL apps, I would need 10 drives, since there would be an
OS
mirror and 4 SQL apps mirrors?

Or is a mirror for the OS and a RAID 5 OK for the Apps with 4 partitions
defined for each app?

Thanks for your advice.


.



Relevant Pages

  • Re: SQL Server 2000, Raid 1 or Raid 5 for Applications
    ... Andrew J. Kelly SQL MVP ... drives RAID 10 with user files and TempDB data files ... Should I configure mirror drives for the OS, ... So, if i have 4 SQL apps, I would need 10 drives, since there would be ...
    (microsoft.public.sqlserver.setup)
  • Re: SQL Server 2000, Raid 1 or Raid 5 for Applications
    ... There is every reason to put tempdb on a mirrored array. ... Andrew J. Kelly SQL MVP ... There is no need at all to put tempdb on a mirrored RAID partition. ... Should I configure mirror drives for the OS, ...
    (microsoft.public.sqlserver.setup)
  • Re: SQL Server 2000, Raid 1 or Raid 5 for Applications
    ... There is no need at all to put tempdb on a mirrored RAID partition. ... rebuild every time SQL Server is restarted. ... drives RAID 10 with user files and TempDB data files ... Should I configure mirror drives for the OS, ...
    (microsoft.public.sqlserver.setup)
  • Re: SQL Server 2000, Raid 1 or Raid 5 for Applications
    ... drives RAID 10 with user files and TempDB data files ... SQL Transactions Logs - Raid 1 or RAID 10 with ONLY log files on it ... Should I configure mirror drives for the OS, ...
    (microsoft.public.sqlserver.setup)
  • Re: OOP - a question about database access
    ... Object Pascal) +SQL which is a most improved version of VB. ... never a problem in my Delphi apps. ... pretty much the same as you have it in an object model driven app. ... But coding in Java provides sub-optimal performance ...
    (comp.object)