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
Explain full-text query in sql server?
What is the difference between lock, block and deadlock? : sql server database administration
What are the types of lock supported by ?
What is view in sql?
What are the 3 types of schema?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
What are dml triggers and types of dml triggers?
Is mysql the same as sql server?
What is an indexed view?
Can sql servers linked to other servers like oracle?
What is database replication? What are the different types of replication you can set up in sql server?
Explain the xml support sql server extends?
Tell me what are cursors and when they are useful?
What are a scheduled jobs?
Can sql server 2016 run on windows 7?