0% found this document useful (0 votes)
19 views

MS SQL SET UP

The document outlines the steps to set up Microsoft SQL Server and SQL Server Management Studio (SSMS), including installation and configuration of necessary components. It details enabling protocols in SQL Server Configuration Manager and setting up server authentication. Finally, it instructs on restarting services and logging into SQL Server Management Studio using SQL login credentials.

Uploaded by

dummyrohan53
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

MS SQL SET UP

The document outlines the steps to set up Microsoft SQL Server and SQL Server Management Studio (SSMS), including installation and configuration of necessary components. It details enabling protocols in SQL Server Configuration Manager and setting up server authentication. Finally, it instructs on restarting services and logging into SQL Server Management Studio using SQL login credentials.

Uploaded by

dummyrohan53
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

MS SQL SET UP

1. Install SQL Server- SSEI Express


2. 2. Install SSMS – Set up ENU

Server- SSEI Express- Run- Basic- Accept-


C:\Program Files\MicrosoftSQLServer- Install- Wait for the Installation to be completed.
3. Install SSMS (Run as Administrator)
4. Click install to begin (loading packages, please wait)
Release 17.2 Microsoft SQL Server Mgt. Studio
5. Restart is required to complete the process
(click Restart)
6. Go to Microsoft SQL Server 2016- SQL Server 2016 Configuration Manager- RUN

SQL SERVER Configuration Manager

1. SQL Native Client 11.0 Configuration (32Bit)


Client Protocols:
Shared Memory-Enabled
TCP/IP-Enabled
Named Piped- Enabled

2. SQL Server Network Config


Protocols for SQL Express
Shared Memory- Enabled
Named Pipes- Enabled
TCP/IP- Enabled

3. SQL Native client 11.0 Config


Client Protocols
Shared Memory- Enabled
TCP/IP- Enabled
Named Pipes- Enabled

4. SQL Server Network Config


Protocols for SQL Express

Protocol
Enabled- YES
Keep Alive- 30000
Listen All- YES
IP Address
Look for your Server IP and 127.0.0.1
Active: YES
Enabled: YES

IP All- TCP/IP Dynamic Port-58556 TCP Port: 1433

SQL Server Services


Start SQL Server (SQLE…)
SQL Server agent
Start Mode- Automatic
SQL Server Browser
Start Mode- Automatic
Open SQL Server Management Studio
Server Type: Database Engine
Server Name: JASMINEPARAGAS\SQLEXPRESS
Authentication: Windows Authentication

Right Click Instance Name: example- JASMINE PARAGAS\SQLEXPRESS

Security- Server Authentication: SQL Server & Windows Authentication Mode- OK

Database
Security- logins- sa-Right Click- Properties-Status- Permission to connect db Engine- Grant Login-
Enable
Server Objects
Replication
Polybase
Management

Go back to SQL Server Configuration


Restart SQL Server
Set Automatic Connection and start service for SQL Server Browser

Try logging In to SQL Server Management Studio using SQL Log In

Go to ASDB Manager and Set Up SQL dB.

You might also like