博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
安装SQL Server Express和SQL Server Management Studio
阅读量:2532 次
发布时间:2019-05-11

本文共 4544 字,大约阅读时间需要 15 分钟。

SQL server is one of the most used databases in the world. Also, SQL server’s performance is well known to the world. In order to understand any system the best way is to try out the system.

SQL Server是世界上最常用的数据库之一。 同样,SQL Server的性能也是举世闻名的。 为了了解任何系统,最好的方法是试用该系统。

We will also do the same. Let us install SQL Server into our Windows system.

我们也将这样做。 让我们将SQL Server安装到我们的Windows系统中。

安装SQL Server Express (Install SQL Server Express)

  1. Click on the link below to download SQL Server.

  2. The link will take you to the SQL Server download page.
    SQL Server Download Options

    SQL Server Download Options

    You will get the above two options for download.

    SQL Server下载选项

    您将获得以上两个下载选项。

  3. We will be downloading Express edition as that has most of the components that we need to development purpose.

    我们将下载Express版本,因为它具有开发所需的大多数组件。
  4. Click on the Download now button. The following file will get downloaded.

    单击立即下载按钮。 以下文件将被下载。
  5. SQL Server executable file

    SQL Server executable file

    SQL Server可执行文件

  6. Double click on the downloaded executable file and the following screen will appear.

    双击下载的可执行文件,将出现以下屏幕。
  7. SQL Server installation options

    SQL Server installation options

    SQL Server安装选项

    We will select Basic for the purpose of this installation guide as it provides the default configuration options. You can select any one of the three options based on your need. Click on Basic.

    对于本安装指南,我们将选择“ 基本” ,因为它提供了默认配置选项。 您可以根据需要选择三个选项中的任何一个。 单击基本。

  8. SQL server installation license term screen will appear as shown below. Click on Accept.

    将显示SQL Server安装许可条款屏幕,如下所示。 单击接受。
  9. SQL Server installation license terms

    SQL Server installation license terms

    SQL Server安装许可条款

  10. The necessary files will get auto downloaded and the installation process will be in progress.

    必要的文件将自动下载,安装过程正在进行中。
  11. SQL Server Installation In Progress

    SQL Server Installation In Progress

    SQL Server安装进行中

  12. Post successful completion of the process. The following screen will appear.

    发布成功完成的过程。 将出现以下屏幕。
  13. SQL Server Successful installation

    SQL Server Successful installation

    SQL Server安装成功

  14. After successful installation, you can click Connect Now to connect to the DB and get started.

    成功安装后,您可以单击立即连接以连接到数据库并开始使用。

Now that we have successfully installed SQL Server Express edition. We will need a UI to connect to the DB and run queries.

现在,我们已经成功安装了SQL Server Express版本。 我们将需要一个UI来连接到数据库并运行查询。

We will use SQL Server Management Studio for this purpose.

为此,我们将使用SQL Server Management Studio。

安装SQL Server Management Studio (Install SQL Server Management Studio)

SQL Server Management Studio is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database.

SQL Server Management Studio是一个集成环境,用于管理从SQL Server到Azure SQL数据库的任何SQL基础结构。

SSMS provides tools to configure, monitor, and administer instances of SQL. Use SSMS to deploy, monitor, and upgrade the data-tier components used by your applications, as well as build queries and scripts.

SSMS提供了用于配置,监视和管理SQL实例的工具。 使用SSMS可以部署,监视和升级应用程序使用的数据层组件,以及构建查询和脚本。

Use SQL Server Management Studio (SSMS) to query, design, and manage your databases and data warehouses.

使用SQL Server Management Studio(SSMS)来查询,设计和管理数据库和数据仓库。

Let us start with the installation of SSMS to understand it better.

让我们从安装SSMS开始,以更好地了解它。

  1. Click on the link below for downloading SQL Server Management Studio

    单击下面的链接以下载SQL Server Management Studio
  2. Click on the first link if you are downloading SQL Server Management Studio for the first time and if you already have a 17.x version and want to upgrade to the latest version please click on the second link.

    如果您是第一次下载SQL Server Management Studio,并且已经具有17.x版本并想要升级到最新版本,请单击第一个链接。
  3. SQL Server Management Studio Download Link

    SQL Server Management Studio Download Link

    SQL Server Management Studio下载链接

  4. The following executable file will get downloaded. Double Click on the file.

    将下载以下可执行文件。 双击文件。
  5. SSMS Setup File

    SSMS Setup File

    SSMS设置文件

  6. On double-clicking the file. The following screen will appear. Click on Install button.

    双击文件。 将出现以下屏幕。 单击安装按钮。
  7. SSMS Installation Screen

    SSMS Installation Screen

    SSMS安装屏幕

  8. After Clicking on Install, the installation procedure will start automatically.

    单击安装后,安装过程将自动开始。
  9. SSMS Installation loading package

    SSMS Installation loading package

    SSMS安装加载包

  10. Once the installation is complete following screen will appear.

    安装完成后,将出现以下屏幕。
  11. SSMS Installation complete

    SSMS Installation complete

    SSMS安装完成

  12. Launch SSMS and Authentication screen will appear. There are various ways to log in. You can select the option based on which you have configured for authentication.

    启动SSMS和身份验证屏幕将出现。 有多种登录方式。您可以基于配置身份验证来选择选项。
  13. SSMS Authentication

    SSMS Authentication

    SSMS验证

  14. Click on Connect and the following screen will appear on the left side of the window.

    单击连接,以下屏幕将出现在窗口的左侧。
  15. SSMS Explorer

    SSMS Explorer

    SSMS资源管理器

Congratulation You have successfully installed SQL Server Express and SQL Server Management Studio.

恭喜,您已经成功安装了SQL Server Express和SQL Server Management Studio。

翻译自:

转载地址:http://zmmzd.baihongyu.com/

你可能感兴趣的文章
观看杨老师(杨旭)Asp.Net Core MVC入门教程记录
查看>>
UIDynamic(物理仿真)
查看>>
Windows下安装Redis
查看>>
迷宫实现
查看>>
【字符编码】Java字符编码详细解答及问题探讨
查看>>
学习操作系统导图
查看>>
在线的JSON formate工具
查看>>
winform非常实用的程序退出方法!!!!!(转自博客园)
查看>>
xml解析
查看>>
centos安装vim
查看>>
linux工作调度(计划任务)
查看>>
hdu--1698 Just a Hook(线段树+区间更新+懒惰标记)
查看>>
Python学习笔记-EXCEL操作
查看>>
二月二——头牙诗词
查看>>
《吴忠与富平》之四:汉三水属国(北地属国、安定属国)
查看>>
丁酉立秋喜逢风雨
查看>>
vim删除#开头的行和正则表达式笔记
查看>>
python3 提成计算
查看>>
VBA赋值给指定单元格
查看>>
抽象类和接口总结回顾
查看>>