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.
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,RushabhDBADBA |
|
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? |
 |
|
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 usedstart /wait SQLServer2005SP2-KB921896-x86-ENU.exe /instancename=MSSQLSERVER /quiet /sapwd=passwdDBA |
 |
|
|
|
|