how many non clustered index in sql server 2008,2010,2012
Answer Posted / dilipkumar
there are 1 clustered index and...
in 2008 sql server total 249 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 ? | 15 Yes | 1 No |
Post New Answer View All Answers
How to download microsoft sql server 2005 express edition?
can you instantiate a com object by using t-sql? : Sql server database administration
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
How to convert a table data in XML format in sql server?
How to recover from sql injection? : sql server security
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
What is Federation and Federation Member?
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
Write a sql query to sort on different column name according to the parameters passed in the function?
Can we join two tables without primary key?
What is the difference between writing data to mirrored drives versus raid5 drives
How to select some specific columns from a table in a query in ms sql server?
What is difference between commit and rollback when used in transactions?
How to receive returning result from a query?
What are the difference between primary keys and foreign keys?