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

Which joins are sql server default?

0 Answers  


How to select all columns of all rows from a table with a select statement in ms sql server?

0 Answers  


What are the steps you will take to improve performance of a poor performing query?

1 Answers  


What are cursors? Explain the different types of cursors Enlist a few disadvantages of cursors.

0 Answers   Genpact,


How to create a user to access a database in ms sql server using "create user" statements?

0 Answers  






Is it possible to create trigger on views?

0 Answers  


How do you Implement SSIS Packages in your Project?

0 Answers  


what are the types of indexes? : Sql server database administration

0 Answers  


Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?

0 Answers  


what is differece between union and union all

6 Answers  


How do you rename a table in sql server?

0 Answers  


How many triggers are possible per table?

0 Answers  


Categories