MSDN says:
Indicates that the values ββin the specified column should be sorted in ascending or descending order. ASC sorts from the lowest value to the highest value. DESC sorts from the highest value to the lowest value. ASC is the default sort order. Zero values ββare considered the lowest values.
So, in the ORDER BY clause, if you do not provide a sort order, then it will be sorted in the default ASCENDING order in 2005 and 2012, respectively.
However, if you do not specify an ORDER BY clause, the sort order is undefined and undefined.
source share