Indexes on VARCHAR Columns

Years ago I wrote about how SQL Server stores VARCHAR columns in the Navigation Structure of an index. As you might know, the key columns of an index in SQL Server (Clustered Index, Non-Clustered Index) have a size limitation of a maximum of 900 bytes. Imagine now that you want to fool SQL Server, and …

Indexes on VARCHAR Columns + read more