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 |
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 2005SP3Named instance: EG: SQL2005are all these steps possible in one batch file? can somebody share what can be done to achieve this?Many thanks,CaliCali |
|
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 wINNER JOIN dbo.inlaws i ON i.inlaw_id = w.parent_idWHERE i.net_worth > 10000000 AND i.status IN ('dead', 'dying') AND w.husband_id IS NULLORDER BY w.hotness_factor DESC |
 |
|
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 |
 |
|
|
|
|