Answer Posted / manish
Performing a Remote Installation
Introduction
You can install SQL Server 2005 on a remote computer over a
network. Being able to perform a remote installation is
useful when you need to install SQL Server on multiple
computers in different locations, or when it is not
practical to require physical access to the computer on
which you want to inst all SQL Server.
Remote installation requirements
Remote installations must be performed from a command
prompt using an .ini file. The .ini file must include the
parameters explained in the following table.
Parameter Description
TARGETCOMPUTER The network name of the computer on which
SQL Server is to be installed
ADMINACCOUNT The account with administrative privileges to
be used to log onto the remote computer
ADMINPASSWORD The password for the administrative account
to be used to log onto the remote computer
Remote installation is supported only in a domain
environment; it cannot be used to install SQL Server on a
remote computer in a workgroup.
http://www.programmersheaven.com/2/SQL-server-2005-school-
lesson-3-p2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to select true false based on column value in sql server?
How extra digits are handled with numeric data type literals?
what is the maximum size of a row? : Sql server database administration
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
Why normalization is used?
What is SubQuery in SQL Server 2008
How to drop existing indexes in ms sql server?
1)what is the difference between Reinitializing a Subscription and synchronization the subscription? 2)when to use reinitializing ? 3)when to use synchronization? 4)when adding table or deleting a table what to do?(reinz.. or syn) 5)when adding a column what to do?
Explain concepts of analysis services?
Tell me what is the stuff and how does it differ from the replace function?
How to copy the tables, schema and views from one sql server to another?
What are the restrictions applicable while creating views? : SQL Server Architecture
What are the different kinds of ssrs reports?
What is a constant or literal in ms sql server?
What is de-normalization in sql database administration? Give examples?