What You Know About Maximum Number Of Non Clustered Index In Sql Server ? You may not be creating so many non clustered indexes but the interviewer may want to know how in depth you know about sql server indexes. If you answer this questions with the
old and new version details then it will be cool for this question. So, you can find this details as below for different version of Sql server.
In 2005 , 1 clustered index and 249 non clustered index.
In 2012,2014 , 1 clustered index and 999 non clustered index.
In 2016, 1 clustered index and 999 non clustered index.
1,616 total views, 1 views today
The attribute value in Dimension table are going to change slowly over time and they…
Changing Database compatibility level will be required when you upgrade your database from one…
To know what is compatibility Level check this post link. You can view the compatibility…
SQL Server Compatibility level will be used to decide how SQL will use it features.…
A view is a virtual table. View will not store any data physically. The data…
Below is the error which I was getting today while deploying the SSIS pacakge for…