InterviewSolution
| 1. |
How Do I Perform An Unattended Install Of Sql Server 2000? |
|
Answer» If you are planning to install identical installations of SQL Server 2000 on several computers, or if you need to install SQL Server 2000 on computers that you cannot administer remotely, you can use the unattended install option. The most important component of an unattended install is the setup initialization file. The setup initialization file can be obtained in any of the following ways:
After you have the .iss file, you can perform the unattended install by starting the Setupsql.exe PROGRAM with the appropriate parameters. If you are planning to install identical installations of SQL Server 2000 on several computers, or if you need to install SQL Server 2000 on computers that you cannot administer remotely, you can use the unattended install option. The most important component of an unattended install is the setup initialization file. The setup initialization file can be obtained in any of the following ways: After you have the .iss file, you can perform the unattended install by starting the Setupsql.exe program with the appropriate parameters. |
|