SQL Server 2017 Developer的下载、安装、配置【以及SSMS的下载安装配置】以及数据库表的基本操作

开学要学数据库,老师说要使用SQL Sever,需要自己安装,于是就有了它。
老师建议我们下载这个,本人欣然接受,不为别的,就因为它(wo),免(mei)费(qian)!!!
在这里插入图片描述

特别声明

首先说明,此博客说明的安装步骤适用于Win10系统,Win8系统是否使用需要等我实验之后才知道,但可以明确的说,下面的安装步骤不适用于Win7系统,如果本人操作系统是Win7系统的读者,请另寻安装方式,在此说一声,抱歉。另外,由于SQL Server是由微软公司开发,所以Mac也不能直接使用。但听我同学说,解决办法就是在Mac上安装虚拟机,之后就能用了,但依旧限于Win10虚拟机。

好,接下来开始安装步骤的说明。

**

下载

**
下载地址:[SQL Server]
加载时间略长,请耐心等待。加载完成后,找到上图,下载,继续等待~

**

安装

**
①找到刚刚下载完成的安装文件“SQLServer2017-SSEI-Dev.exe”,双击运行,
选择基本(我下的这个,如果有下另外两个的,欢迎补充)
在这里插入图片描述
②语言选择(选你能看懂的( •̀ ω •́ )y),之后接受
在这里插入图片描述
③选择自己感觉合适的安装位置,安装
在这里插入图片描述
④接下来就是漫长而无聊的等待过程
下载和安装程序包
成功安装,别急着关闭,点击安装SSMS,从官网中下载SSMS
在这里插入图片描述
⑥让SSMS先下着,这个时候也别闲着,先配置一下SQL Server,打开【SQL Server 2017 配置管理器】
在这里插入图片描述
⑦将【TCP/IP】启用(右键)
在这里插入图片描述
⑧双击运行下载好的SSMS-Setup-CHS.exe,选择合适的位置直接安装
在这里插入图片描述
出现以下界面时点击【重新启动】,待电脑重启后 SSMS 就安装完成了
在这里插入图片描述
**

更改身份认证

**
①打开【Microsoft SQL Server Management Studio 18
②如图,选择数据库引擎,服务器名称为自己电脑的名称,身份验证选择Windows身份验证连接
在这里插入图片描述
③右键点击根目录,选择属性

在这里插入图片描述
④选择安全性,将服务器身份验证更改为【SQL Server 和 Windows 身份验证模式】,然后单击左侧【连接】,勾选上【允许远程连接到此服务器】,单击【确定】保存更改。
在这里插入图片描述
在这里插入图片描述
注意:这里需要重启SQL Server,刚刚的设置才会生效。这很重要!!!

**

更改登录名

**
①展开左侧目录【安全性】—>【登录名】,右键单击【sa】,单击【属性】
在这里插入图片描述
② 选择页常规中设置好自己想设置的密码,然后选择状态,是否允许连接到数据库引擎选择授予,登录名选择启用确定保存设置。
在这里插入图片描述
在这里插入图片描述
③然后就可以用登录名 sa 连接数据库了(。・ω・。),身份验证选择【SQL Server 身份验证】,登录名填 sa,密码填 刚设置的登录名 sa 登录的密码,连接~

如果你耐心的看到了这里,恭喜你,SQL Server 2017 Developer和SSMS的下载安装和配置你应该就完成了🎉🎉🎉

**

关于数据库表的(超级)基本操作

**
①选择数据库,右键,新建数据库,数据库名称就起一个人类(你自己)能看懂的名字
在这里插入图片描述
②[数据库]→找到你刚建好的数据库名字⇨[]⇨右键,新建表
③给你的表增(xia)加(bian)一些内容,保存,起名,刷新
在这里插入图片描述
在这里插入图片描述
④选中刚建立的表,右键,编辑前200行,继续添(xia)加(bian)内容,完成后点击右上角的执行
在这里插入图片描述
⑤表文件的增删改查
⒈增:直接增加,完成后,执行
⒉删:在想要操作的位置点击鼠标右键,删除执行
⒊改:在想要操作的位置直接修改,执行
⒋查:本渣渣暂时不会(理直气壮)😜

  • 2
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
SQL Server 2016 Developer's Guide by Dejan Sarka English | 22 Mar. 2017 | ASIN: B01MS5L01Q | 616 Pages | AZW3 | 16.98 MB Get the most out of the rich development capabilities of SQL Server 2016 to build efficient database applications for your organization About This Book Utilize the new enhancements in Transact-SQL and security features in SQL Server 2016 to build efficient database applications Work with temporal tables to get information about data stored in the table at any point in time A detailed guide to SQL Server 2016, introducing you to multiple new features and enhancements to improve your overall development experience Who This Book Is For This book is for database developers and solution architects who plan to use the new SQL Server 2016 features for developing efficient database applications. It is also ideal for experienced SQL Server developers who want to switch to SQL Server 2016 for its rich development capabilities. Some understanding of the basic database concepts and Transact-SQL language is assumed. What You Will Learn Explore the new development features introduced in SQL Server 2016 Identify opportunities for In-Memory OLTP technology, significantly enhanced in SQL Server 2016 Use columnstore indexes to get significant storage and performance improvements Extend database design solutions using temporal tables Exchange JSON data between applications and SQL Server in a more efficient way Migrate historical data transparently and securely to Microsoft Azure by using Stretch Database Use the new security features to encrypt or to have more granular control over access to rows in a table Simplify performance troubleshooting with Query Store Discover the potential of R's integration with SQL Server In Detail Microsoft SQL Server 2016 is considered the biggest leap in the data platform history of the Microsoft, in the ongoing era of Big Data and data science. Compared to its predecessors, SQL Server 2016 offers developers a unique opportuni

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值