Welcome to MSDN Blogs Sign in | Join | Help

January 2008 - Posts

Maintaining Unique Indexes with IGNORE_DUP_KEY

A few months ago, I wrote a post describing how SQL Server maintains unique indexes while avoiding false uniqueness violations. In this post, I'm going to look at how SQL Server maintains unique indexes that were created with the WITH IGNORE_DUP_KEY clause.
Posted by craigfr | 3 Comments
Filed under:

Partial Aggregation

In some of my past posts, I've discussed how SQL Server implements aggregation including the stream aggregate and hash aggregate operators. I also used hash aggregation as an initial example in my introductory post on parallel query execution . In this
Posted by craigfr | 1 Comments
Filed under: ,
 
Page view tracker