Microsoft SQL Server 2016 installation tutorial (with installation package)

Disclaimer

This software is "only for learning and communication, not for commercial purposes". If it is used for commercial purposes, please go to the official to purchase the genuine software, and the legal responsibilities have nothing to do with this site.



Software introduction

SQL Server is a relational database management system launched by Microsoft. Microsoft SQL Server is a comprehensive database platform that uses integrated business intelligence (BI) tools to provide enterprise-level data management. The Microsoft SQL Server database engine provides more secure and reliable storage functions for relational and structured data, allowing you to build and manage highly available and high-performance data applications for business.




download link

Old rules, click on the resource platform at the bottom of the official account (Yuyu Internet), or click to read the original text at the bottom of the article, and search directly after entering: SQL

Installation steps

One. JDK installation and environment variable configuration

1. Double-click to open jdk-8u131 for 64-bit system.exe

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 1)


2. Click Next

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 2)


3. Click Change to choose the installation path by yourself. I installed it to Disk D here, so just change the letter C to D, and then copy the changed installation path (use the shortcut key Ctrl+C when copying), you can copy The later installation path is saved in Notepad, which is needed when configuring environment variables later . The copied installation path is D:\Program Files\Java\jdk1.8.0_131\

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 3)


4. Wait for installation

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 4)


5. It is recommended to create a new folder jre1.8 under the D:\Program Files\Java folder (because I chose to install it on the D drive before), if you have installed it on another drive before, you can use the other drive Program Files\Java Create a new folder jre1.8 under the folder. Then click Change to select the newly created jre1.8 folder, and then click Next

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 5)

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 6)

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 7)


6. Wait for installation

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 8)


7. Click close

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 9)


8. Configure environment variables after installing JDK. Right-click on "Computer". Click "Properties"

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 10)


9. Click "Advanced System Settings"

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 11)


10. Click "Advanced", then click "Environment Variables"

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 12)


11.点击新建。变量名输入JAVA_HOME,变量值输入安装步骤第3步复制后的安装路径。D:\Program Files\Java\jdk1.8.0_131\

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 13)

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 14)


12.点击新建。变量名输入CLASSPATH变量值输入.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar 

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 15)


13.在系统变量中找到Path,点击编辑。变量值输入%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 16)


最后记得点击确定

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 17)


14.检查JDK是否安装成功。同时按键盘上的“WIN键+R键”。输入“cmd”。点击确定

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 18)


15.输入命令:java -version(java 和 -version 之间有空格),java,javac 这三个命令(都要试一下,只要有一个出现失败情况,就说明JDK环境配置失败)。都显示正常,说明配置成功!

输入java -version时,成功图示如下:

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 19)


输入java时, 成功图示如下:

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 20)


输入javac 时, 成功图示如下:

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 21)

二:安装SQL Server 2016

1.Windows10可以直接双击打开

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 22)


2.双击“setup.exe”文件

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 23)


3.点击“安装”。再点击“全新SQL Server独立安装或向现有安装功能”

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 24)


4.密钥是自动填写的,如果没有自动填写那就需要手动输入“MDCJV-3YX8N-WG89M-KV443-G8249”。点击“下一步”

[Microsoft SQL Server 2016] Installation tutorial + installation package (Figure 25)


5.选择“我接受许可条款”,点击“下一步”

【Microsoft SQL Server 2016】安装教程+安装包(图26)


6.点击“下一步”

【Microsoft SQL Server 2016】安装教程+安装包(图27)


7.点击“下一步”

【Microsoft SQL Server 2016】安装教程+安装包(图28)


8.等待状态显示“已完成”。会自动进入下一个页面

【Microsoft SQL Server 2016】安装教程+安装包(图29)


9.点击“下一步”

【Microsoft SQL Server 2016】安装教程+安装包(图30)


10.点击“全选”。建议把Microsoft SQL Server软件安装到除C盘以外的磁盘,我这里安装到D盘,可以在D盘下新建有一个文件夹命名为“Microsoft SQL Server”,然后选择文件夹,点击“下一步”

【Microsoft SQL Server 2016】安装教程+安装包(图31)


11. The default selection, click "Next"

【Microsoft SQL Server 2016】安装教程+安装包(图32)


12. The default selection, click "Next"

【Microsoft SQL Server 2016】安装教程+安装包(图33)


13. Default selection, click "Next"

【Microsoft SQL Server 2016】安装教程+安装包(图34)


14. Click "Add current user", then click "Next"

【Microsoft SQL Server 2016】安装教程+安装包(图35)


15. Click "Add Current User". Click "Next"

【Microsoft SQL Server 2016】安装教程+安装包(图36)


16. The default selection, you can click "Next"

【Microsoft SQL Server 2016】安装教程+安装包(图37)


17. Click "Add current user", then click "Next"

【Microsoft SQL Server 2016】安装教程+安装包(图38)


18. It is recommended to install the working directory and the result directory to the D drive. You can create two new folder names under the D drive and select the folder. Click "Next"

【Microsoft SQL Server 2016】安装教程+安装包(图39)


19. Click "Accept"

【Microsoft SQL Server 2016】安装教程+安装包(图40)


20. Click "Next"

【Microsoft SQL Server 2016】安装教程+安装包(图41)


21. Confirm that there is no error in the installation function and configuration path, then click "Install"

【Microsoft SQL Server 2016】安装教程+安装包(图42)


22. Wait for the installation to complete, the installation process is relatively long, so be patient

【Microsoft SQL Server 2016】安装教程+安装包(图43)


23. "Success" appears in the status, indicating that the installation has no errors. Click "Close". Then "restart the computer

【Microsoft SQL Server 2016】安装教程+安装包(图44)


24. Find "Reporting Services Configuration..." in all programs, and click Run

【Microsoft SQL Server 2016】安装教程+安装包(图45)


25. Click "Connect"

【Microsoft SQL Server 2016】安装教程+安装包(图46)


26. Check whether the "Current Report Server" is running normally. The window can be closed after normal operation. If it is not running, you need to click "Start"

【Microsoft SQL Server 2016】安装教程+安装包(图47)


27. Find "SQL Server 2016 Date Q..." in all programs, and click Run

【Microsoft SQL Server 2016】安装教程+安装包(图48)


28. When "Do you want to continue? [Yes/No]" appears, enter Chinese "Yes" and press "Enter", when "Please enter a password for the database master key" appears, enter a password of more than 8 digits . A password with a combination of English letters, symbols, and numbers is required to pass. After inputting, press "Enter"

【Microsoft SQL Server 2016】安装教程+安装包(图49)


29. The following interface will appear. It takes a long time to wait patiently

【Microsoft SQL Server 2016】安装教程+安装包(图50)


30. When "press any key to continue" appears. You can press a key on the keyboard at will and the window will automatically close.


31. Find "SQL Server 2016 Date Q..." in all programs

【Microsoft SQL Server 2016】安装教程+安装包(图51)


32. Click the drop-down box to select "LOCAL". Then click "Connect

【Microsoft SQL Server 2016】安装教程+安装包(图52)


33. Installation is complete





Guess you like

Origin blog.51cto.com/14967719/2542864