Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
The Sort Top N algorithm is used for queries that contain a TOP N clause and an ORDER BY clause. It is an efficient algorithm for sorting only those rows required in the result set.
For more information, see SELECT statement.