Saturday, June 13, 2020

Installing SQL Server and SSMS in your laptop





Well, turn on the music♮♮♮, maybe grab your cuppa ⛾and lets get started!

Step 1: Start with downloading free SQL Server from internet.

Go to  https://visualstudio.microsoft.com/dev-essentials/

 Download SQL Server

Step 2: Join or Sign in using your Microsoft Account ( If you don't have one, you may sign up for free!) 

Step 3: Click 'Downloads'

 

Download SQL Server

Step 4: Type 'SQL Server 2016 Developer'.

 

Download SQL Server

Step 5: Once downloaded, open the Setup file, and the below window pops up.

Click ‘Installation ’.

 

SQL Server Installation


Step 6: Click 'New SQL Server stand-alone installation or add features to an existing installation'. It takes through set up wizards to aid with the installation, and is quiet helpful while setting up for the very first time.

SQL Server Installation

Step 7: Click Free edition and choose 'Developer'

 SQL Server Installation

Step 8: Accept Terms and Conditions


SQL Server Installation

 

Step 9: Wait for 'Global Rules check in progress' to be completed, following the below dialog box.

 

SQL Server Installation

Step 10:

SQL Server Installation

Step 11:

SQL Server Installation

 
Step 12: Choose the features. I have selected some commonly used features for my learning- Database Engine Services, Analysis Services, Reporting Services, Client Tools Connectivity and Master Data Services. 
                                                                                                                                                                      
                                                                                                                       
SQL Server Installation

 

SQL Server Installation

Step 13: Choose 'Default Instance' if configuring for the first time. Otherwise select 'Named instance', and give an instance name. Click Next. Find more on instance here.

SQL Server Installation

 

Step 14: Choose appropriate Server Mode for your Analysis Services, depending upon the feature requirements. I have chosen Multidimensional and Data Mining,compatible with my projects. Add current user. Click Next. 

 SQL Server Installation

Step 15: Click Install

SQL Server Installation

This would have set up SQL Server 2016, successfully. Next is to set up Sql Server Management Services, which is the UI to access SQL Server.

Setting up SSMS

Step 1: Open SQL Server Installation Center and now click ‘Install SQL Server Management Tools’

SSMS Set Up

Step 2: This would take you to download SSMS - https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?redirectedfrom=MSDN&view=sql-server-ver15

 SSMS Set Up


Step 3: Run the SSMS-ENU Setup file and now SQL Server 2016 can be access using SSMS in your local computer

SSMS Set Up

Congratulations and cheers to your patience 🙌! You're all set now!!

You may now access SQL Server through SSMS, by start -> SSMS and log in with your credentials. Be aware of the instance name, if you have given one in Step 13.

Happy SQLing!

Please post your comments (+ve or -ve, even neutral 😅 ) and questions and feel free share it to with your friends .

Cos sharing is caring..! 😎

Until next blog,
Vino BI Dev


No comments:

Post a Comment

Schema in DBMS

A schema is a collection of objects (tables, stored procedures, functions, etc) in a database, that are associated to one another. A schema ...