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
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
Why we should not use triggers?
Is oracle faster than sql server?
How is SQL Azure different than SQL server?
Explain the properties of a relational table?
How to delete duplicate records based on single column from a table?
Can you explain about buffer cash and log cache in sql server?
Do you know what are the reporting services components?
How to insert stored procedure result into temporary table?
What are window functions in sql server?
How to remove duplicate rows from table?
Tell about MOM Tool(Microsoft Operator Manager)?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
How you can change a cross join into an inner join?
What is difference between sql and sql server?