SQL Server2022 installation tutorial with screenshots of each step

SQL Server is a relational database management system (RDBMS), developed and maintained by Microsoft Corporation It supports Structured Query Language (SQL) and Transact-SQL (T-SQL). It is a scalable database platform for processing large amounts of data and supporting high-performance data access, and is widely used.

Table of contents

1. Configure and install SQL Server

2. Install the visualization tool SSMS 

 3. Common installation errors​


1. Configure and install SQL Server

(1) Official website download link

SQL Server Download | Microsoft

(2) Find the following small installation package SQL2022-SSEI-Dev.exe in the download directory, run it to start downloading SQL server;

 

(3) Double-click the installation package and select the [Basic] type;

(4) Simplified Chinese is the default, click to accept;

 (5) The default installation path is the C drive, it is recommended to switch to another drive, click Browse to switch;

 (6) Change another disk, and create a new Microsoft SQL server folder (the folder is not created by default when selected, so we have to build it), and I will install it to the F disk;

 downloading...

 Waiting to install...

Installed

2. Install the visualization tool SSMS 

Next, install the visualization tool SSMS. Now the new version has no visual interface by default and needs to be installed separately.

(1) Address: Download SQL Server Management Studio (SSMS) - SQL Server Management Studio (SSMS) | Microsoft Learn

You can also click the red box directly

(2) Click to download the blue link

 

(3) Double-click the installation package and change to another directory;

Successful installation

(4) Press the [Windows] key, open SQL Server Management Studio Management Studio 19 in the recently added, and drag it to the desktop to add a shortcut

 

 (5) Open the software, and select the connection in the pop-up interface

 (6) New query

That's it, you can start learning! 

 3. Common installation errors

"A fatal error occurred while installing (0x80070643)"

Follow the prompts to restart the computer to find the installation package in the download directory and reinstall it.

It's not easy to organize, give me a thumbs up

Guess you like

Origin blog.csdn.net/weixin_48576892/article/details/129772654