Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I create a new server in SQL Server Management Studio?

The questions is basically the title because I could not find any articles to help as they only help on how to create a new database however I cant seem to create/join my own server.

The first picture attached is what I've seen other people do in order to get in however, I get an error when i try to connect

What is advised to do

Error

like image 416
hyunjae Avatar asked Nov 04 '25 07:11

hyunjae


1 Answers

SQL Server and SSMS are two seperate softwares. SQL Server creates a database engine on your machine and SSMS is used to visualize or perform operations on these Database Servers. You Need to install both SQL Server and SSMS. While you seem to have install only SSMS.

You Can Install SQL Server from this link SQL Server Download

You can follow this link to SQL Server Installation Tutorial

like image 108
Bilal Bin Zia Avatar answered Nov 06 '25 03:11

Bilal Bin Zia