- SQL Server 2017 Administrator's Guide
- Marek Chmel Vladimír Mu?n?
- 228字
- 2021-07-02 21:51:34
Command line
Installing SQL Server directly from the command line is possible but when searching the Install SQL Server from the Command Prompt topic on MSDN, the user will obtain a huge set of options that need to be added to the command prompt (or to the bat file) directly. It leads to a big risk of misspellings and other mistakes.
A better approach is to use configuration files for command prompt installations. It contains the same options as the command prompt itself, but we can find very good working examples from any setup already run from the wizard. When the wizard setup finishes, it leaves the setup log and configuration on disk. If SQL Server is installed in the default location, the path is C:\Program Files\Microsoft SQL Server\140\Setup Bootstrap\Log. In this location is a file called Summary.txt, which contains the actual path to the ConfigurationFile.inifile. The configuration file can be copied and adjusted as needed and then run using the following command from the command prompt:
setup.exe /ConfigurationFile=<path to my config file>.ini
The SQL Server installation wizard allows you to prepare a configuration file without installing. When the administrator goes through the wizard, everything is saved in the newly created configuration file. In the summary step of the wizard, the path to the configuration file is shown. So the administrator can cancel the wizard without the actual installation of SQL Server.
- 網(wǎng)絡(luò)服務(wù)器架設(shè)(Windows Server+Linux Server)
- Ansible Quick Start Guide
- 輕松學(xué)Java
- Google App Inventor
- Embedded Programming with Modern C++ Cookbook
- PowerMill 2020五軸數(shù)控加工編程應(yīng)用實(shí)例
- Hands-On Deep Learning with Go
- 中老年人學(xué)電腦與上網(wǎng)
- 計(jì)算機(jī)硬件技術(shù)基礎(chǔ)學(xué)習(xí)指導(dǎo)與練習(xí)
- 大型機(jī)系統(tǒng)應(yīng)用基礎(chǔ)
- Hands-On Microservices with C#
- Java求職寶典
- Hands-On Geospatial Analysis with R and QGIS
- 軟件測(cè)試管理
- 深度學(xué)習(xí)500問(wèn):AI工程師面試寶典