Quantcast
Channel: Can SQLServer implicitly combine clustered and nonclustered index for queries that hit the NCI with a WHERE and the CI with an ORDERBY? - Database Administrators Stack Exchange
Browsing all 2 articles
Browse latest View live

Answer by Dan Guzman for Can SQLServer implicitly combine clustered and...

Each leaf node row in a SQL Server b-tree index uniquely identifies a single row in the table by a unique key. In a non-clustered index, this unique key consists of the declared key columns plus the...

View Article



Can SQLServer implicitly combine clustered and nonclustered index for queries...

I recently asked a question about the best indexing strategy for a table that must record events, in order, against a GUID. The GUID is a nuisance but it's unavoidable because it's an FK to...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images