Can you help me with silent install of SQL Server 2008 R2?
/qb /AddCurrentUserAsSqlAdmin /ACTION=Install /FEATURES=SQL,RS,TOOLS /INSTANCENAME=SQLExpress22 /SECURITYMODE="SQL" /RSSVCACCOUNT="NT AUTHORITY\Network Service" /SQLSVCACCOUNT="NT AUTHORITY\Network Service" /SAPWD="giler1988" /SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS" /RSSVCStartupType=Automatic
i'm using this command to used at prerequisites>install command lines>Basic UI.
btw i can't get it, why each time i run the installer and take a look at C:\Program Files\Microsoft SQL Server\ but nothing happens.
i think new folder based on instance name will be created right?
i would like to know what happened actually. weither my command wrong or the SQL Server 2008 R2 installation already finish?
but i can't reach the instancename.
please help.