July 12, 2010 at 2:53 am
Hi SQL Experts,
We need to install SQL Server from command line. I can do this using below one:
Setup.exe /q /ACTION=Install /FEATURES=SQL /INSTANCENAME=MSSQLSERVER /SQLSVCACCOUNT="<DomainName\UserName>" /SQLSVCPASSWORD="<StrongPassword>" /SQLSYSADMINACCOUNTS="<DomainName\UserName>" /AGTSVCACCOUNT="NT AUTHORITY\Network Service" /IACCEPTSQLSERVERLICENSETERMS
This will install the sql server in C: drive or where ever OS is installed.
But I need to change the location of SQL Server Installation to D:\.
Can anyone please help me here? Ypur help is much appreciated!!
Thanks in advance,
Raghavender.
Thank You.
Regards,
Raghavender Chavva
July 13, 2010 at 7:20 pm
Hi,
You need to use INSTALLSQLDIR parameter.
July 15, 2010 at 12:45 pm
Thanks for the response...at last i got a response..
🙂
Thank You.
Regards,
Raghavender Chavva
July 16, 2010 at 5:10 am
You can also create unattended installation using .iss files
MCITP SQL 2005, MCSA SQL 2012
July 19, 2010 at 3:49 am
You may want to look at FineBuild. The latest version for SQL Server 2008 now also supports cluster installs.
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply