I have a table with about 45 columns and as more data goes in, the longer it takes for the inserts to happen. I have increased the size of the data and log files, reduced the fill factor on all the indexes on that table, and still slower and slower insert times. Any ideas would be GREATLY appreciated.
|
|
|
|
|
|
|
|
||||
|
|
|
How big is the table? What is the context? Is this a batch of many new records? Can you post the schema including index definition? Can you SET STATISTICS IO ON, SET STATISTICS TIME ON, and post the display for one iteration? Is there anything pathological about the data, or the context? Is this on a server or a laptop (testing)? |
|||
|
|
|
Why dont you drop index before inserting and recreate index back on to table so you no need to do update statistics |
||
|
|
