How to Install SQL SERVER 2005 remotely?

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


Please Help Members By Posting Answers For Below Questions

How to get all stored procedures in sql server?

514


What is a deadlock and what is a live lock?

586


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

559


What stored by the msdb? : sql server database administration

571


Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?

555






Why do we backup Active Directory ?

620


What is 3nf normalization?

570


What are the disadvantages of using the stored procedures?

555


How to get a list of columns using the "sp_help" stored procedure in ms sql server?

590


If the job running very slow what is the action you do

1434


How to drop existing views from a database in ms sql server?

544


How you can find out if an index is useful to the optimizer?

501


What keyword you will use to get schema appended to the result set of a ‘for xml’ query?

617


What is the use of keyword with encryption.

592


In how many ways you can invoke ssrs reports?

103