What are indexes? When do you need to create Indexes?
Answer Posted / murtaza
INDEXES:
1.indexes are used for performance as well as query
optimization issues in database.
2.indexes are by default created when u create an primary or
unique index on a particular column in a table.
3.In sql server there are 2 types of indexes
1.clustered index
2.non clustered index
4.By default non clustered index are created in sql server 2005.
WHEN TO CREATE INDEXES:
1.indexes should be created on the tables which will be used
frequently.
2.it should be created on d tables which has large amount of
data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are drilldown reports?
how do you test proper tcp/ip configuration windows machine? : Sql server database administration
What is the default order of an order by clause?
What are the advantages to use stored procedures?
What is the difference between varchar and nvarchar?
What is row_number function?
What are different types of database indexes?
What is open database communication (odbc)?
How network traffic be reduced by using the stored procedure?
What is mscorsvw.exe - process - microsoft .net framework ngen?
What is a covered index?
How column data types are determined in a view?
What are the dmvs? : sql server database administration
Explain alternate key, candidate key and composite key in sql server?
What is the current pricing model of SQL Azure?