Does a Clustered Index Give a Default Ordering?
Category:
query-performance
, sql-server
I recently got a great question: if I order by a column where all rows in that column have the same value, will SQL Server then order the results by the clustered index key?
