I'm using Upgrade Advisor to upgrade from SQL 2008 SP3 to SQL 2012.
I know the COMPUTE is discontinued so I created a batch with a compute in it (see below) and run the Advisor with it,
Unfortunately the report doesn't say anything about the COMPUTE.
Why?
select database_id cnt,LEFT(name,1)
from sys.databases
compute count(database_id)