
Creating the composite index with more than 900 bytes:Sql server is having some constraints while creating the index. The index entry will not allow if the data size is more than 900 bytes. It gives the error while inserting the data.There is a way to insert the more than 900 bytes into composite index. we see that in this article.Intial setup:Creating the table with two columns and total size is more than 900 bytes.use tempdbcreate table...