If SQL Server 2008 R2 already exists on a machine when we install our software, we still re-run the SQL Server installer, to ensure the options our software needs (TCP networking, and mixed-mode authentication) are enabled.
Is there a way to "turn on" these options without re-installing SQL Server 2008 R2?
The flags in question are these:
/TCPENABLED=1
/SECURITYMODE=SQL
although perhaps I'd also want to be able to set:
/SAPWD=...
/FEATURES=...
Thanks in advance.
-Vern