|
Posted by dunleav1 on 11/28/97 11:58
I just have a loop that increments a counter for my inserts. The
counter is used for the clustered key column.
Erland Sommarskog wrote:
> One more thing: how are the INSERT organized with regards to indexes
> on the table, specifically the clustered index? If the data comes in an
> order that does not agree with the clustered index, you can get a lot of
> page splits and overhead.
>
>
>
> --
> Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
>
> Books Online for SQL Server 2005 at
> http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
> Books Online for SQL Server 2000 at
> http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Navigation:
[Reply to this message]
|