Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Service is empty and Server Name can't be found

I used to install SQL Server Management Studio 2014 it was ok, but after I reset my laptop and install it again the SQL Server it doesn't work at all.

  1. It can't not find Server Name

  2. In SQL Server Configuration -> SQL Server Services are empty

like image 477
Steav Bun Avatar asked Dec 25 '22 01:12

Steav Bun


1 Answers

This can be because only the SQL Server Management Studio is installed and not SQL Server. Therefore, go to this link or here to search SQL Server as you require.

Then download and install SQL Express:
32 bits - Download "ENU\x86\SQLEXPR_x86_ENU.exe"
64 bits - Download "ENU\x64\SQLEXPR_x64_ENU.exe"

Installation Guide

If the instllation was successful, SQL Services should show results now.

like image 182
Curiousity Avatar answered Dec 27 '22 07:12

Curiousity