Categories: SQL Server Interview

What is the limit of index size for non clustered index?

In SQL Server 2014 version the limit of index size is 900 bytes.
In SQL Server 2016 version the limit of index size is increased to 1700 bytes for non clustered index 900 bytes for a clustered index.

admin

Recent Posts

How to Flip a KPI Card in Power BI: Step-by-Step Guide

What Is the Power BI New Card Feature? The new card feature allows you to:…

1 month ago

What is slow changing dimension?

The attribute value in Dimension table are going to change slowly over time and they…

5 years ago

How to Change SQL Server Compatibility level

  Changing Database compatibility level will be required when you upgrade your database from one…

6 years ago

View Compatibility level of Database

To know what is compatibility Level check this post link. You can view the compatibility…

6 years ago

SQL Server Compatibility Level

SQL Server Compatibility level will be used to decide how SQL will use it features.…

6 years ago

View in SQL server

A view is a virtual table.  View will not store any data physically. The data…

6 years ago