Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I would like to know a better way to optimized a query. I am using different kind of
indexing but it increase performance in place of optimize it.
Please guid me how to use Index in query.
Posted

Refer:
Defining Indexes with SQL Server 2005[^]
This article deals with:
-Query Optimizer
-Creating an Index
-Creating Unique Index
-Creating Clustered Index
-Creating Full-Text Index
-Changing properties of Index
-Renaming an Index
-Deleting an Index
-Specifying Fill factor of Index
-Create XML Index
-Delete XML Index
-Advantages of Indexing
-Disadvantages of Indexing
-Guidelines for Indexing

SQL Server Indexed Views - Speed Up Your Select Queries: Part 1[^] - An introduction to SQL Server Indexed Views.

Speeding up database access - Part 1: Missing indexes[^]- And series of 8 articles.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900