Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SCSI storage Vs SAN

Author  Topic 

Geetz
Starting Member

11 Posts

Posted - 2004-03-30 : 13:23:43
Hi Gurus,

I've got a client who have just bought our application, they have 130+ users on a oltp system and 500+ external users (less intensive usage). They are now looking at purchasing hardware and have settled for a active/passive sql cluster with dual xeon servers and 4gb of ram. the only problem is that they are insisting on a SCSI Array storage instead of a SAN solution. I've explained to them that the kind of usage they are looking at deserves a san solution even if it is more expensive.. but being just a programmer i cannot claim to be any expert on the subject. is my objection valid , do you think a SCSI array will suffice the usage and if not then where exactly does the problem lie. The max size the database is expected to be is around 80-100 GB.

any help is appreciated

TIA


MuadDBA

628 Posts

Posted - 2004-03-30 : 13:46:36
Well, you know your application better than we do (I hope), and so you probably know just how intensive it is, however keep in mind that before the advent of SANs, people were using SCSI array storage for DBs of that size all the time. Tell them to get multiple RAID10 arrays, typically I would use one for data, one for backups, one for tlogs, and one for tempdb (and tempdb tlogs). More, smaller drives in the array will give you better performance than fewer large drives, so do that as well.
Go to Top of Page

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2004-03-30 : 14:32:51
Why don't they consider fiber enclosures??? This can give them a much cheaper solution if they are not going to take advantage of the "SAN" features of a SAN anyway.

MeanOldDBA
derrickleggett@hotmail.com

When life gives you a lemon, fire the DBA.
Go to Top of Page
   

- Advertisement -