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

Data and Indexes on different drives?

Status
Not open for further replies.

andreis

Programmer
Joined
Apr 19, 2001
Messages
169
Location
US
Hi:
Is this a good idea to place data and non-clustered indexes (for SQL 2000) on different files - and different drives? Theoretically, they shouldn't compete for I/O then. If it's a good idea, but I have only 2 drives, can I put data file on one drive, and transaction log along with indexes - on the other?
Any sharing would be greatly appreciated.
Andrei
 
If yopu only have two drives pot your log on one and your data on the other. Leave the indexes with the data.

Rick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top