Order by Statement Performance Issue

  • Hi All,

    Do you have another way to go around with this? The order by  statement caused the bottlenect in my queries as I analyzed them.  Is there anyway to make the improvements for the queries which have 'order by' statements.

    Thanks in advance for any ideas.

    Minh Vu

  • Set a clustered index on the column(s) mentioned in ORDER BY.

    _____________
    Code for TallyGenerator

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply