I am trying to update several installs of SQL 2008 Express from RTM to SP4. I am using SCCM to run a cmd file to do this upgrade.
The cmd reads
start /wait "" "%~dp0SQLServer2008SP4-KB2979596-x86-ENU.exe" /action=patch /allinstances /quiet /IACCEPTSQLSERVERLICENSETERMSthis runs successfully, but does nothing as the exe file versions are still those of RTM.
What am I doing wrong?