Windows 2019
Sponsored Link

SQL Server 2019 : Preparation2020/01/30

 
Install SQL Server 2019 to build Database Server.
Refer to the Microsoft Site about details of SQL Server 2019.
⇒ https://www.microsoft.com/en-us/sql-server/sql-server-2019
To use SQL Server 2019, read license terms well.
⇒ https://www.microsoft.com/en-us/sql-server/sql-server-2019-pricing
[1]
Download an Edition of SQL Server Installer which you'd like to use.
⇒ https://www.microsoft.com/en-us/sql-server/sql-server-downloads
After running EXE file you did download, we download ISO file for SQL Server installation on this example.
[2] Run PowerShell to download an ISO media.
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

# run the EXE you did download to download an ISO media
# [/Mediapath=***] ⇒ target folder to download
PS C:\Users\Administrator> .\SQL2019-SSEI-Eval.exe /Action=Download /Mediatype=ISO /Language=ja-JP /Mediapath=C:\Users\Administrator /Verbose /Quiet 

Microsoft (R) SQL Server Installer
Copyright (c) 2019 Microsoft.  All rights reserved.

Operation finished with result: Success

  Download Directory
      C:\Users\Administrator
[3] On GUI operation, Click EXE file you did download, then following window is shown.
Then, Click [Download Media] to download SQL Server installation ISO media.
Matched Content