December 1, 2011 at 11:59 pm
I want to install more than 50 MSSQLServer on a BIG LAN environment with default instance.Can I do it in single time?How
Thanks
December 2, 2011 at 12:03 am
You can configure an unattended install and have all 50 install at about the same time.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
December 2, 2011 at 12:04 am
Thanks Jason But I am not getting about unattended install.
Thanks
December 2, 2011 at 12:05 am
Create your silent installation script & run it on multiple servers.
Example
Setup.exe /q /ACTION=CompleteImage /INSTANCENAME=MYNEWINST /INSTANCEID=<MYINST> /SQLSVCACCOUNT="<DomainName\UserName>" /SQLSVCPASSWORD="<StrongPassword>" /SQLSYSADMINACCOUNTS="<DomainName\UserName>" /AGTSVCACCOUNT="NT AUTHORITY\Network Service" /IACCEPTSQLSERVERLICENSETERMS
How to: Install SQL Server 2008 R2 from the Command Prompt
December 2, 2011 at 12:06 am
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply