[Database] SQL Server2022 Installation Tutorial

Hello everyone, I am Lei Gong!
Recently, the SQLServer database needs to be installed. This time, the sql_server_2022_developer version is installed. The installation and configuration process is recorded below. Everyone can refer to the correction.

1. Steps to install SQL Server:

1. Download SQL Server 2022 Developer from the official website.
2. Open the SQL Server 2022 image file package and double-click setup.
double click setup
3. In the SQL Server installation center, you can click on the hardware and software requirements to check whether your system supports this version:
Hardware and Software Requirements
4. Select and click on the installation on the left, and then click on the right "New SQL Server independent installation or add functions to the existing installation" .
Install
5. Select the Developer version, and click Next:
Select the Developer version
6. Check I accept the license terms, and then click Next:
I accept the license terms
7. Uncheck here
uncheck
, go to the next step directly. Click Next.
installation rules
9. When "Azure for SQL Server" is checked by default, click Next to report an error, and uncheck it to go to the next step.
insert image description here
insert image description here
10. Select the functions that need to be installed Here I choose the select all button (you can also choose to install according to your own needs), select the installation path (you can change it according to your needs), and click Next after completion: 11. Select the default
insert image description here
instance That's it (if you want to name it, it cannot be repeated), and then click Next:
insert image description here
12. Default, click Next.
insert image description here
13. By default, click Next.
insert image description here
14. Select the mixed mode, click to add the current user, set a password for the super administrator (sa) (remember the password you set) admin@123, add the current account, and the rest are default, and then click Next: 15. Add the current user
insert image description here
, Next step.
insert image description here
16. Default selection, next step.
insert image description here
17. Default selection, next step.
insert image description here
18. After reaching this interface, click Install by default.
insert image description here

19. Wait for the installation. This process takes about 20 minutes, which is different from the computer configuration.
insert image description here

20. When the following interface appears, the installation is complete.

insert image description here

After the installation, the following error was reported. I am not sure why, but after restarting the computer, no abnormality was found in the operation of the database.
insert image description here
SQL Server Setup encountered the following error:
SQL Server 2022 ScenarioEngine.exe and setuppatch.exe cannot run in this mode. If you were running ScenarioEngine.exe, start setup.exe instead. If you are running setuppatch.exe, run it from a command prompt as the user interface is not supported for this. For more information on Setup, see SQL Server Books Online.
Error code 0x84B20001.

Second, install SQL Server management tools

1. Click Install SQL Server Management Tools.
insert image description here

2. Free download of SQL Server Management Studio (SSMS) 19.0.2
insert image description here

3. After downloading, double-click to install.
insert image description here
4. You can modify the installation location, which is the default here.
insert image description here
5. Wait for the installation,
insert image description here
6. The installation is complete.
insert image description here
7. Double-click the shortcut to open it.
insert image description here
8. Click "Connect" to OK.
insert image description here

Guess you like

Origin blog.csdn.net/u013097500/article/details/130621781