Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 need help for automating sp2 installation

Author  Topic 

Rushabh
Starting Member

11 Posts

Posted - 2008-10-13 : 06:12:28
Hi all,

I have done an unattended installation with a script. But it did not install SP2 during the setup.

Do we have a command that installs SP2 automatically after the 2005 setup is completed ?

If there are any other ideas of doing this please let me know.


Thanks,
Rushabh
DBA

DBA

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-13 : 08:42:16
why don't you install SP2 and recent cumulative patches from microsoft?
Go to Top of Page

Rushabh
Starting Member

11 Posts

Posted - 2008-10-16 : 05:45:34
Hi all,

I have installed SP2 on my machine from the command prompt..
here is the script that I used

start /wait SQLServer2005SP2-KB921896-x86-ENU.exe /instancename=MSSQLSERVER /quiet /sapwd=passwd

DBA
Go to Top of Page
   

- Advertisement -