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 are the steps to process a single select statement?
What are views in ms sql server?
How important do you consider cursors or while loops for a transactional database?
How to concatenate two binary strings together?
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
List out a number of the wants to setup a SQL Server failover cluster?
How to view existing indexes on an given table using sp_help?
What is dbcc? Give few examples.
How self join is different from outer join?
What is similarity and difference between truncate and delete in sql?
What does asynchronous call backs means?
How can delete duplicate records in cte in sql server?
What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas
How you can get a list of all the table constraints in a database? : Sql server administration
In which sql server version report builder introduced?