Edition Change Check (Warning)
This is the most common warning message reported on Windows Vista and Windows 7 related to SQL Server installation. There are various reasons for this message but the most common issue is to run the setup from the same DVD from which you first installed SQL Server 2005. I have faced this issue several times on different machines running Windows Vista and Windows 7 Evaluation build 7100. My findings are as follows:
Whenever you run SQL Server setup.exe on a Vista or Windows 7 machine the system configuration checker checks the system it issues this warning (Edition Change Check). No matter what Edition of SQL Server is installed on the system perviously. The prime reason behind this is that you have installed and applied service packs on SQL Server instance and its components. The installer you are running first gives you the compatibility warning and once you ignore it and run the setup, it will give you Edition change check warning. There are two approaches to this:
1. Ignore the message and continue
2. Run the SQL Server 2005 Setup from a command line and provide the upgarede option as follows:
Setup.exe SKUUPGRADE = 1
This will run the setup with upgrade option and the Edition Check warning disappears. See below:
Hope it helps.
What is SQL Database in Microsoft Fabric?
-
Problem We are currently evaluating Microsoft Fabric to see if it fits our
needs. It seems the warehouse might be a bit overkill as it’s more geared
towa...
22 hours ago