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)
 un-attended installation

Author  Topic 

california6
Starting Member

38 Posts

Posted - 2009-06-27 : 21:23:23
has anybody done a un-attend installation on sql 2005? If yes, could you please share the steps to perform this?

I would like to do a un-attend installation of the following:

SQL 2005
SP3
Named instance: EG: SQL2005

are all these steps possible in one batch file? can somebody share what can be done to achieve this?

Many thanks,
Cali

Cali

jholovacs
Posting Yak Master

163 Posts

Posted - 2009-06-29 : 09:27:42
I believe it it theoretically possible (except the sp3 part, that would need to be a different step) but I think your development time will be huge... there are a BUNCH of moving parts. What is the reason for doing this? maybe there is an alternative that will suit your needs better?



SELECT TOP 1
w.[name]
FROM
dbo.women w
INNER JOIN
dbo.inlaws i
ON
i.inlaw_id = w.parent_id
WHERE
i.net_worth > 10000000
AND
i.status IN ('dead', 'dying')
AND
w.husband_id IS NULL
ORDER BY
w.hotness_factor DESC
Go to Top of Page

california6
Starting Member

38 Posts

Posted - 2009-06-29 : 17:50:48
I have over 40 servers and i dont want to go to each one of them and run the setup - click - next - next. want all of these to be automated.

Cali
Go to Top of Page
   

- Advertisement -