I need a work-around for a known bug. Some features of Server 2008 R2 Enterprise install an instance of SQL Server. I'm attempting to upgrade the in-place instance to SQL 2012 Express. After selecting 'Upgrade', it returns this error:
------------------------------------------------------------
Upgrade to SQL Server 2012
There are validation errors on this page. Click OK to close this dialog box. Review errors at the bottom of the setup page, then provide valid parameters or click Help for more information.
---
There are no features selected for upgrade.
-------------------------------------------------------------
In researching, I find this is a known problem in which the hotfix is available in a cumulative update. The 2419 build updates the released 2100 build. My problem now is that applying the cumulative update requires that SQL 2012 already be installed.
What is the correct pro ...
Go to the complete details ...