Answer Posted / mandar kavishwar
Indexes in databases are similar to indexes in books. In a
database,an index allows the database program to find data
in a table without
scanning the entire table.
There are two types of Index in MS-SQL.
1.Clustered
2.Non-Clustered
In MS-SQL Server 2005,
Only 1 Clustered & 249 Non-Clustered Possible.So (Total 250)
But in MS-SQL Server 2008,
Only 1 Clustered & 999 Non-Clustered Possible.(Total 1000)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the transaction properties?
What are indexers?
How much space does sql server 2016 take?
Is sql server 2016 free?
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
Why olap is used?
What is the use of group by clause?
List all types of constraints in sql server?
What is function of master database?
explain the storage models of olap? : Sql server database administration
How do I install sql server?
What is difference between rownum and row_number?
Define full outer join in sql server joins?
Disadvantages of the indexes?
Explain linked server in sql?