Quantcast
Viewing all articles
Browse latest Browse all 7696

Upgrade advisor for SQL 2012 doesn't find the COMPUTE

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)


Viewing all articles
Browse latest Browse all 7696

Trending Articles