0% found this document useful (0 votes)
18 views4 pages

To Install MSSQLServer

To install MSSQLServer, run the installer as an administrator and select the default mixed mode authentication during setup. Enable TCP/IP in SQL Server Configuration Manager and configure the IP address and port number. Verify the port is accessible using netstat. Connect to SQL Server using Microsoft SQL Server Management Studio with the sa account and password set during installation. Tables and queries can then be created and run.

Uploaded by

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

To Install MSSQLServer

To install MSSQLServer, run the installer as an administrator and select the default mixed mode authentication during setup. Enable TCP/IP in SQL Server Configuration Manager and configure the IP address and port number. Verify the port is accessible using netstat. Connect to SQL Server using Microsoft SQL Server Management Studio with the sa account and password set during installation. Tables and queries can then be created and run.

Uploaded by

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

To install MSSQLServer:

1. Right Click then Run as Administrator


2. NextNext
3. Select Default
4. Select Mixed Mode
Password and Confirm (any password but need to remember) 88888888
5. Select the first option or else the 3 option (report)
SQL SERVER 2008 R2
CONFIGURATION TOOLS
o SQL SERVER CONFIGURATION MANAGER
PROTOCOLS FOR MSSQLSERVER
TCP/IP right click then ENABLED
RESTART THE SERVICES
SQL SERVER SERVICES
SQL SERVER (MSSQLSERVER)
RESTART
RIGHT CLICK PROPERTIES (PROTOCO)
ADDRESSES
IP ADDRESS
TYPE 1433 IN TCP PORT
1433 (MSSQL SERVER)
rd

CHECK SERVICES OF MSSQL


Type netstat -a in command prompt
Check 1433 port number

MICROSOFT SQL SERVER MANAGEMENT STUDIO


SQL SERVER AUTHENTICATION
Username: sa
Password: 88888888

*disconnect
*connect to the account created
Username: traininguser
Password: traininguser
Create table:
1. Click databases

2. Select tables
3. Right click - new table

During installation choose mixed mode


To access
SQL management studio

To save:
Click save icon
Double click to open and Connect the server to run the query
You can write codes in the notepad and save it as filename.sql
To run double click then connect
tutorialspoint.com/sql/

You might also like