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

Indexes

Status
Not open for further replies.

rsx

Programmer
Dec 12, 2002
28
CA
Hello,

I have an MS SQL Server DTS package that truncates a table, drops/creates indexes then inserts new data (about 10 million rows).

There are about 11 indexes on this table which is being used for reading, specifically for reporting purposes.

During execution the database log file increases to over 10 gigs, the cpu use jumps very high, and on occasion it has caused the db to freeze rendering it inoperable.

Any optimizing/tuning techniques out there?

Thanks in advance.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top