- 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.
- Hands-On Graph Analytics with Neo4j
- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- 高性能混合信號ARM:ADuC7xxx原理與應用開發
- Hands-On Data Science with SQL Server 2017
- 機器人智能運動規劃技術
- 讓每張照片都成為佳作的Photoshop后期技法
- 面向對象程序設計綜合實踐
- Microsoft System Center Confi guration Manager
- Azure PowerShell Quick Start Guide
- C++程序設計基礎(上)
- Learn QGIS
- 和機器人一起進化
- FANUC工業機器人配置與編程技術
- 機器人制作入門(第4版)
- Mastering Machine Learning with R