0

I have been working on SQL server 2014. It was working fine. Today when i was trying to connect to server it is not connecting. It is showing this error.

Error Image

Zaynul Abadin Tuhin
  • 31,407
  • 5
  • 33
  • 63

3 Answers3

0

This probably is the issue because Windows turn off some services to optimize the windows performance, You should Try this:

Search Services in your search bar and open it, Search for SQL Server Services from the list of services, right-click > start and try connecting to your SQL Server again. make sure they are running

enter image description here

Zeeshan Adil
  • 1,937
  • 5
  • 23
  • 42
0

start MSSQLSERVER service from SERVICES tab in CONTROL PANEL provided you are typing right database credentials

0

Probably you might want to start SQL server using SQL server configuration Manager (you can find it directly from Start menu) or you can go to the path in your C Drive based on SQL server version

See link from Microsoft:https://learn.microsoft.com/en-us/sql/relational-databases/sql-server-configuration-manager?view=sql-server-2017

Avi
  • 1,795
  • 3
  • 16
  • 29