I was attempting an upgrade from SQL 2005 to 2014. I ran the SQL Upgrade Adviser but did not see anything obvious in there. When I restored my SQL 2005 databases to SQL 2014 there are quite a few stored procedures now failing to compile due to SQL statement errors mostly in the ORDER BY clause written by a previous developer.
Is there any way to analyze a SQL 2005 database for this kind of upgrade problem? Recompiling the SPs one by one I guess is a solution however that will take a long time.