what purpose of Indexing creating? directly we can search
the reqired row with the help of query?what is the use of
indexing?
Answers were Sorted based on User's Feedback
Answer / madhunathanv
Main Purpose of Index creation is the for the Quick
retrieval of data ie.., speed up searching, from the
Table,where by it is created in the page index ,so that
instead of searching out for whole records from the table
when the query is executed it goes to page id and finds the
index id created and retrieves out the data based on
indexid ,so that time it takes becomes less when compared
to non creation of index.
By default when index is not created primary key will be
the default index.
The sysindexes table, which exists in every database,
tracks table and index information
AFAIK
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / d. shyamala
Indexing is helpful when you have data which is used for
retrieval rather than transactions. Indexing results in
quick retrieval of data. But Indexing should be minimized
in the database where you have lots of transactions.
Indexes are of two types Clustered and non-clustered.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / madhunathanv
Apart from Clustered index def:
Indexes should be used to the column where frequently data
is retrieved.
AFAIK
| Is This Answer Correct ? | 1 Yes | 1 No |
What are typed and untyped dataset?
What does datareader object do?
What is namespace in ado.net?
How many commands does the oledbcommand takes?what are they?
Which is faster datareader or dataadapter?
How to check if a datareader is closed or opened?
What are the difference between readonly vs. Const?
What is the provider and namespaces being used to access oracle database?
Compare Data Reader & Dataset in ado.net?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What are the steps in connecting to database?
What is openrowset?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)