Does the sort order of an index matter in SQL Server?

Posted by Mr. Flibble on Stack Overflow See other posts from Stack Overflow or by Mr. Flibble
Published on 2010-05-09T12:32:58Z Indexed on 2010/05/09 12:38 UTC
Read the original article Hit count: 419

Filed under:
|
|

When creating an index in SQL Server you can set the sort order to either ascending or descending. What effect does this have to your queries? When would it make sense to use descending?

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server