SQL Server 2008 installation tutorial diagram

SQL column

Summary of basic knowledge of SQL database

Summary of advanced knowledge of SQL database

Recently I found that many students still don’t know how to install SQL Server database. Today I will give you a detailed introduction.

Preparation before installation

First download the installation package that matches your own operating system. If it is a 32-bit operating system, download the x86 version, and if it is a 64-bit operating system, download the x64 version.

Installation package link:

https://pan.baidu.com/s/1gg9lhAF

Select the installation package in the figure below to download and decompress.

SQL Server 2008 installation tutorial diagram

Secondly, you need to check whether the system has installed .Net FrameWork3.5 and above functional components, this must be installed. You can go to the Control Panel-Programs and Features-enable or disable the Windows function to check whether it is installed. If you don't need to download and install this component, you can install SQL Server.

.Net FrameWork3.5 download address:

https://www.microsoft.com/zh-CN/download/details.aspx?id=21

SQL Server 2008 installation tutorial diagram

start installation

1. First, click the right mouse button on the installation file setup.exe and select "Run as administrator", as shown in the figure below:

SQL Server 2008 installation tutorial diagram

2. First click the setup.exe installation file in the installation CD to open the "SQL Server Installation Center" dialog box as shown below:

SQL Server 2008 installation tutorial diagram

3. Select the installation option on the left, and click the "New SQL Server stand-alone installation or add features to existing installation" option on the right, as shown in the figure:

SQL Server 2008 installation tutorial diagram

SQL Server 2008 installation tutorial diagram

4. In the opened "SQL Server 2008 Installer" dialog box, the "Installer Support Rules" option appears. You can see that some checks have passed. Click the OK button to enter the next step, as shown in the figure:

Note: The first time you get here, you will be prompted to restart the computer failed

      重启下计算机再点击安装即可通过安装检查。

      在安装过程中遇到任何错误都请仔细检查一下,是否按操作步骤一步步做的。

SQL Server 2008 installation tutorial diagram

5. After clicking the OK button, a prompt to enter the product key appears. The key I used here is the enterprise version: "JD8Y6-HQG69-P9H84-XDTPG-34MBB", click the Next button to continue the installation, as shown in the figure Show:

SQL Server 2008 installation tutorial diagram

6. On the next license terms page, select the "I accept the license terms" option, and click the Next button to continue the installation, as shown in the figure:

SQL Server 2008 installation tutorial diagram

7. In the "Installer Support File" page that appears, click the Install button to continue, as shown in the figure:

SQL Server 2008 installation tutorial diagram

8. The process of installing program support files is shown in the figure:

SQL Server 2008 installation tutorial diagram

9. After that, the "Installer Support Rules" page appears. Only when the rules are met can the installation continue. Click the Next button to continue the installation, as shown in the figure:

SQL Server 2008 installation tutorial diagram

10. On the "Function Selection" page, click the Select All button, and set the shared function directory, click Next to continue, as shown in the figure:

SQL Server 2008 installation tutorial diagram

11. On the "Instance Configuration" page, select the default instance and set it to be the root directory of the instance, click the Next button to continue, as shown in the figure:
SQL Server 2008 installation tutorial diagram

12. On the "Disk Space Requirements" page, the space required to install the software is displayed, click Next to continue, as shown in the figure:

SQL Server 2008 installation tutorial diagram

13. On the "Server Configuration" page, set up as needed, and click the Next button to continue the installation. The service account here can use the default Network Service, and select Local Service below, as shown in the figure:

SQL Server 2008 installation tutorial diagram

14. In the "Database Engine Configuration" page, set the authentication mode to mixed mode, enter the password of the database administrator, that is, the password of the sa user, and add the current user, click the Next button to continue the installation, as shown in the figure:

SQL Server 2008 installation tutorial diagram

15. In the "Analysis Services Configuration" page, add the current user and click the Next button, as shown in the figure:

SQL Server 2008 installation tutorial diagram

16. In the "Reporting Services Configuration" page, click the Next button according to the default settings, as shown in the figure:

SQL Server 2008 installation tutorial diagram

17. In the "Error and Usage Report" page, choose according to your needs, and click the Next button to continue the installation, as shown in the figure:

SQL Server 2008 installation tutorial diagram

18. In the "Installation Rules" page, if all are passed, click the Next button to continue, as shown in the figure:

SQL Server 2008 installation tutorial diagram

19. On the "Ready to Install" page, you see the option to install the function, click Next to continue the installation, as shown in the figure:

SQL Server 2008 installation tutorial diagram

20. In the "Installation Progress" page, you can see that SQL Server 2008 is being installed, as shown in the figure:

SQL Server 2008 installation tutorial diagram

21. After a long wait, about 15 minutes, the SQL Server 2008 installation process is completed, and there are no errors now. My first error occurred in the step above, click the Next button to continue, as shown in the figure:

SQL Server 2008 installation tutorial diagram

22. In the "Finish" page, you can see the prompt "SQL Server 2008 installation has been successfully completed", click the Close button to end the installation, as shown in the figure:

SQL Server 2008 installation tutorial diagram

23. Start SQL Server 2008, select the SQL Server Configuration Manager under Microsoft SQL Server 2008 in the start menu, and start the SQL Server service, as shown in the figure:

SQL Server 2008 installation tutorial diagram

SQL Server 2008 installation tutorial diagram

24. Finally, start the integration tool provided by Microsoft for us, open it according to the option of selecting SQL Server Manager Studio in the above figure, and enter the user name and password to enter, as shown in the figure:

SQL Server 2008 installation tutorial diagram

SQL Server 2008 installation tutorial diagram

At this point, our installation process is over, and then friends can follow our "SQL Basic Knowledge Second Edition" to start learning~

Guess you like

Origin blog.51cto.com/15057820/2655105