Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / database / SQL-Server / SQL-Server-2008

Index and Sort Order

0.00/5 (No votes)
20 Jul 2012CPOL 8.1K  
What the effects of Ordering in Index

Introduction

When we write the SQL Query we frequently use the ORDER BY clause to get the output in definite order (Ascending or descending).

But ORDER BY clause has deep impacts in the performance of the query executions. In this article I am trying to discuss related to it. 

Read more... 

 

License

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