Interview Questions

In SQL Server 2005, what is the maximum size of an index key?

Microsoft SQL Server FAQs


(Continued from previous question...)

In SQL Server 2005, what is the maximum size of an index key?

Answer: 900 bytes
Explanation: The maximum size for SQL Server 2005 is the same as SQL Server 2000; it is 900 bytes. This does not include nonkey columns that are included.

(Continued on next question...)

Other Interview Questions