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
What is trigger explain with program?
What do you understand by a view? What does the with check option clause for a view do?
How do I start sql server?
How to list all objects in a given schema?
Which are new data types introduced in sql server 2008?
In what version of sql server were synonyms released?
what types of replication are supported in sql server? : Sql server database administration
Does partitioning improve performance?
What is difference between sql and sql server?
Do you know what is raid and what are different types of raid configurations? : SQL Server Architecture
What are data resources?
What is the boxing and unboxing concept in .net?
What are dml (data manipulation language) statements in ms sql server?
What is Lock table in SQL?
What is service broker? : sql server database administration