The Advisor generated two warnings for the DB we wanted to upgrade:
"Column aliases in ORDER BY clause cannot be prefixed by table alias"
I fixed this issue in Dev but the database is very old and the procs involved are somewhat obscure so the developers don't want me to touch the procs. The procs executes fine using the sql 2005 syntax under sql 2008 but I'm still concerned not changing it could be problematic (in the future?) What do you think?
TIA,
edm2