The maximum number of ORDER BY expressions (<num>) was exceeded Explanation: You have exceeded the maximum number of expressions permitted in the ORDER BY clause. User Action: SQL will ignore the remaining expressions. In most cases this will be suffient to generate a correctly ordered set. However, you should examine the query and rewrite it if necessary.