SQL Server Management Studio 2019
46K views
Nov 6, 2023
Download and install SQL Server Management Studio (SSMS) 2019
View Video Transcript
0:00
Hello and welcome to another episode of C-sharp Corner videos
0:07
My name is Mahes Chan, I'm founder of C-sharp Corner. In this video, we are going to see how to download and install SQL Server Management Studio
0:22
First thing you're going to do is go to Google and type SQL
0:30
server management studio in Google. First thing you will see is download SQL Server Management Studio here, SSMS
0:42
Click on the link. Here you will see download. There's article on there
0:48
Currently, SSMS is version 18 RC, as you can see from here
0:54
I'm sure soon it's going to change as soon as new version
0:59
comes out and you can also see that this latest generation supports SQL Server 2019 preview
1:10
If you want to install previous versions public releases, previous one is right here
1:19
But by the time you will be reading this in next couple of months, this is going to change anyway
1:24
So let's install this SSMS 18 release candidate, RC1. You can also read more details on this
1:37
You can also see what's fixed here from the user voice, what features are available in this one
1:44
So let's get started. So I going to click on download and you can see download is started It about 484 mb It shouldn take much time Depending on your internet speed sometimes it may take you know minutes and even more depends on your internet speed
2:09
So while it's downloading, what I'm going to do is a little bit talk about why do we need management to
2:18
If you have a SQL server running and you need a visual UI tool where you can create database, you can create tables, run queries, you want to create a store prox, work with tables, import, export data, all that thing you can do through this UI tool without using command line
2:46
If you are using other tools or command lines, then you can still use the way you're using SQL Server
2:59
Other thing you may want to see is that if you have older versions of SQL Server, you want to make sure that new management studio is compatible with that
3:10
So all right, download is complete. Let's open this. I'm going to run this
3:15
So I'm running Windows 10 Pro on a HP laptop
3:26
So you will see this welcome message. I'm going to click on install button
3:36
As you can see this new management studio has new cool UI
3:42
It pretty flat The theme is also a little bit different installation theme Installation usually doesn take much time
3:52
You can also see the progress here. It's installing and updating you what's going on here
4:01
Still says SQLS for a 2012 native client. client ODBC driver, OLE driver, we still use, you have OLEDB, remember OLEDB
4:17
I remember 20 years ago, OLEDB was one of the major data tool for data connecting different
4:29
kind of data sources. being used a lot. I think Microsoft should maybe probably releasing the new SQL server
4:47
I don't know if you guys know that, but Microsoft just released Visual Studio
4:52
Studio 2019. It's one of the most popular IDEEs for software developers
5:01
around the world. If you have not installed if you write c-sharp and dot net
5:07
programs or all kind of different programs you want you may want to look at this
5:12
new versions while it's installing the background you want to go to say home
5:20
page of c sharp corner you can see visual studio 2019 is available now
5:27
and you can also see that this has several cool features Well, let's get back to our installation
5:34
I don want to miss anything in this installation right now You can also see as you can see in the background what I will do is let it install
5:48
in the side by side. We can do is review a little bit some things here. It's installing
5:55
SSRS and the services. There you go. So it didn't take much time, right? So it's
6:06
says restart is required so what I'm going to do I'm going to restart now that's
6:12
it you install once you install you should be able to see the icon or search
6:20
let me restart first and then we will come from there all right we are back after
6:31
restarting our machine I'm going to do is search SQL here and you will see a menu item available here for Microsoft SQL Server
6:46
Management Studio 18. Click on that icon. If you are starting first time, it may also ask you to import your previous settings
6:57
from previous versions. You can import or either. Here you will provide your server name
7:03
Obviously here, this is my local server. so I'll say connect and that's it your CS SQL Server Management Studio is up and
7:15
running you can create your databases you can as you can see I imported my
7:21
previous database here that's it hope you like the video thank you
#Data Management
#Internet & Telecom
#Online Communities
#Software