1.We have a stored procedure with group by clause in a sub query on a SQL 2005 database instance.2.As per the following link the GROUP BY clause cannot contain a subquery in an expression that is used for the group by list. In earlier versions of SQL Server, this was allowed. In SQL Server 2008, error 144 is returned.http://msdn.microsoft.com/en-us/library/ms143179.aspx 3.When we run SQL 2008 upgrade advisor it does not detect the or even give any warnings with respect to the above stored procedure.
Version
Category
Operating System
Platform