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 call a function from a stored procedure in SQL Server ?

565


How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?

579


What is normalization process?

614


What is page-level compression?

568


How do I view a stored procedure in sql server query?

542






What are cursors in ms sql server?

606


Difference between Sql server reporting services and Crystal reports?

124


How to execute multiple stored procedures at one time in sql server?

518


What is ddl command?

540


What is an inner join?

539


In which format does an image save in SQL Server database ?

600


Can I use sql azure as a backup with log shipping or database mirroring?

136


How to create stored procedures with parameters in ms sql server?

535


Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?

880


What is index, cluster index and nonclustered index?

526