SQL SERVER 2016 installation and deployment

1: Run SETUP to start installing SQL SERVER 2016.

2: In the plan, you can view information such as software and hardware conditions that support the installation of SQL SERVER 2016.

3: Select a new SQL Server standalone installation or add functionality to an existing installation in the installation on the left.

4: You can install the specified version. Evaluation needs to be purchased. Developer is used for development version. Express has fewer functions but no restrictions. You can also find a serial number online or use the serial number of the demo version.

5: Accept the permission, next step.

6: Check Check for updates using Microsoft Update and click Next.

7: There is a warning because the firewall is turned on.

8: Select the components that need to be installed. If you select the R service, you will need to download the offline installation package of the R service later. You can also change the installation path. I installed it on the E drive.

9: Next step.

10: Next step.

 11: Select hybrid authentication, enter the password, and add the current user, next step.

12: Add the current user, next step.

 13: Next step.

14: Click to accept and proceed to the next step.

15: Copy the two addresses below to download the R Open and R Server offline installation packages.

16: Downloaded file.

17: Browse and select the address of the downloaded file.

18: Click to install.

19: Installation completed.

20: SQL Server Management Tool (SSMS) needs to be downloaded and installed separately.

Download address: SSMS

21: Click to install.

22: Restart and the installation is completed.

Guess you like

Origin blog.csdn.net/yleihj/article/details/128440081