6 March 2010 1 Comment

How to improve performance during Insertion

Here are the following guidelines to increase performance during INSERT operation:  1. Inserting data into a table with a single clustered index is slightly better than inserting the same data into the same table with a corresponding nonclustered index 2.   If you are doing bulk copy of data, when possible, use the BULK INSERT statement instead of the bcp utility 3.

Read the original post: 
How to improve performance during Insertion

If you liked this post, buy me a Coffee.

One Response to “How to improve performance during Insertion”

  1. Голубов 28 March 2010 at 4:33 pm #

    Пожалуй, соглашусь. Хотя свои нюансы здесь есть. Полезная информация. Воспользуюсь.


Leave a Reply