The "SQLServer2008R2SP2-KB2630458-x86-ENU" was downloaded for installing SQL Server 2008 R2 SP2 on Windows 7 32bit OS which already had SQL Server 2008 R2 SP1 installed. The SQL SP2 was extracted to a local folder in drive C. From a command shell with Administration permision, I ran the followings at the SQL2008R2SP2 directory:
Case 1: showed Error of a value of the Action parameter is NOT valid.
"setup.exe" /qs /IAcceptSQLServerLicenseTerms /ACTION=Install /FEATURES=SQL,Tools
Case 2: showed Error of a value of the Action parameter is NOT valid.
"setup.exe" /qs /IAcceptSQLServerLicenseTerms /ACTION=Upgrade /FEATURES=SQL,Tools
Case 3: showed Error of a value of the Action parameter is NOT valid.
"setup.exe" /qs /IAcceptSQLServerLicenseTerms /ACTION=EditionUpgrade /FEATURES=SQL,Tools
Case 4: showed Error of ... Not support FEATURE parameter.
"setup.exe" /qs /IAcceptSQLServerLicenseTerms /ACTION=EditionUpgrade /FEATURES=SQL,Tools
Case 5: successfully. But SQL Database Engine was NOT updated, only Native Client and Setup are updated to SP2
"setup.exe" /qs /IAcceptSQLServerLicenseTerms /ACTION=EditionUpgrade
Case 6: successfully installed if using GUI. All components were updated to SP2.
Preconclusion: Is it SQL Server 2008 R2 SP2 not supported command line method for upgrading?
Please advise.
Dung Anh