Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Max I/O - SQL 2005

Status
Not open for further replies.

qsac

Programmer
Jan 22, 2002
242
US
Anyone know the max I/O's for SQL 2005?

i know this is a very broad question and is very hardware specific. I just have been searching for some sort of a hard number from microsoft.

Thanks
Q
 
SQL can support what ever IO speed the hard drives can support. I've seen IO numbers up towards the 10k range per disk.

SQL doesn't have a limit on the amount of IO that it can generate. Your bottlenecks will either be the physical disks, or the CPU before SQL stops sending requests to the disk.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top