How to Install SQL SERVER 2005 remotely?



How to Install SQL SERVER 2005 remotely?..

Answer / 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

More SQL Server Interview Questions

What is the purpose of the master database?

0 Answers  


How can we improve performance by using SQL Server profiler?

0 Answers   QuestPond,


How sql server enhances scalability of the database system?

0 Answers  


Can you give an example of Stored Procedure?

4 Answers   Wipro,


What are the different sql server versions?

0 Answers  






What is bit datatype and what's the information that can be stored inside a bit column?

1 Answers  


What is a Join and explain its types?

0 Answers  


Explain the purpose of indexes?

0 Answers  


hi, may i know what is the command to get abstract the current month, current year and current day from a given date.i want these three in a isolated way..seperatedly is that any way in sql server 2000

3 Answers  


How to handle errors in Stored Procedures. I want to display a message to the user in the .aspx page that is calling a stored procedure in it's code behind. please help me.

2 Answers   247Customer,


What is cursor in ms sql server?

0 Answers  


When would you use the stored procedures or functions?

0 Answers  


Categories