how many non clustered index in sql server 2008,2010,2012
Answer Posted / vikram
there are 1 clustered index and...
in 2005 sql server total 249 non clustered index
in 2008 sql server total 999 non clustered index
in 2010 sql server total 999 non clustered index
in 2012 sql server total 999 non clustered index.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the characteristics of modern DBMS?
can a database be shrunk with users active? : Sql server administration
How is SQL Azure different than SQL server?
Explain different types of locks in sql server.
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
Difference between report and query parameter.
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
Can you pass expressions to stored procedure parameters?
List the data types available in mssql?
what is a mixed extent? : Sql server administration
What is query cost in sql server?
How to insert data with null values?
What is a View ? Can we insert, Update and delete a view?
List out the differences between the clustered index and non-clustered index in sql server?
What are the filtered indexes?