Toto je starší verze dokumentu!
Instalace MS SQL Serveru na Windows Server Core
Instalace MS SQL na Windows Server Core by podle doporučení MS měla probíhat z příkazového řádku, příp. s pomocí konfiguračního souboru. Tento doporučený postup je dostatečně popsán na stránkách MS. Pokud se pokusíte spustit instalaci obvyklým způsobem z rozhraní GUI, skončíte s chybovým hlášením:
Microsoft (R) SQL Server 2019 15.00.2000.05 Copyright © 2019 Microsoft. All rights reserved.
The SQL Server Installation Wizard is not supported on Windows Server Core. You must use Full Quiet mode by specifying the /Q parameter, or Quiet Simple mode by specifying the /QS parameter. The /QS parameter only shows progress, does not accept any input, and displays no error messages if encountered. However, you can bypass this block by specifying /UIMODE=EnableUIOnServerCore parameter. An error occurred during the SQL Server 2019 Setup operation.
Error result: -2067529666 Result facility code: 1220 Result error code: 62
For more information, review SQL Server 2019 Setup logs in your temp folder.
Pokud i přes toto doporučení chcete k instalaci využít standardní GUI, instalaci z instalačního média spusťte příkazem
.\setup.exe /UIMODE=EnableUIOnServerCore /ACTION=INSTALL