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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disk IO

Status
Not open for further replies.

baker9over

IS-IT--Management
Mar 26, 2001
4
US
I am running into difficulties when running any queries on 3 processor SQL 7.0 Server. All other users' access slows to a halt until query is complete. I checked processor utilization - it is less than 10% on each processor. Memory is only utilized to 35%. BUT - disk IO is maxed out. I am currently using Enterprise Manager to run the queries. My question - "How do I tell the query to only utilize "X" amount of disk IO? " What other options are there ? Thanks in advance for any ideas.
 
Actually the machine has 1GB memory and the memory utilization is only at 30-35%. My real question is "Can you write a query and specify how much disk IO at a max will be used?"
 
My real question is "Can you write a query and specify how much disk IO at a max will be used?"

No, not directly (its not a "hint" that can be used, unlike some others). You can indirectly control how much disk I/O is created by tweaking indexes, maximizing log/file group placements, and so forth. Robert Bradley
Coming Soon:
 
How do organizations overcome max disk IO in Microsoft SQL? I come from a db2 background - I have never seen this issue before. Thanks again for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top