SQL Server not working after upgrading windows 10 from windows 8.1

4

0

My Sql server 2012 has stopped working and now its not letting me login. Here is the error:

https://drive.google.com/file/d/0ByGXmosQgHUqdGw4alFSb3otVkk/view?usp=sharing

TITLE: Connect to Server

Cannot connect to 192.168.1.2.

------------------------------ ADDITIONAL INFORMATION:

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=53&LinkId=20476


The network path was not found

------------------------------ BUTTONS:

OK

please suggest what should I do

Vikas Bansal

Posted 2015-08-21T16:46:50.400

Reputation: 453

I have edited the question. Please have a look – Vikas Bansal – 2015-08-21T16:58:19.647

It not clear what your question is. The current error doesn't indicate an inability to log into the server, the server on the other hand, cannot even be communicated with. – Ramhound – 2015-08-21T17:05:55.070

I have configured a Loop back adapter in order to connect my local database with an IP 192.168.1.2 with user name sa its not working now – Vikas Bansal – 2015-08-21T17:08:46.250

The error is specific. There is nothing at that address that is even responding. No attempts to access the server is being remade. Verify all configuration to determine the cause of this behavior. – Ramhound – 2015-08-21T17:10:16.910

If you changed the computer name, then you won't be able to connect. You have to uninstall and install again. – MorrisIriga – 2015-10-26T10:17:05.833

Answers

3

Was facing the same issue. Realized that Windows 10 had turned off the SQL Server Service.

To resolve, open 'services.msc' and start service of SQL Server ()

Kaushal Bhavsar

Posted 2015-08-21T16:46:50.400

Reputation: 31

1

Same error here but the connection problem happens only when using the computer name AND only from the server itself (clients can connect)

If instead of using "[servername]\[instancename]" you try to connect with "[serverip]\[instancename]" it works. That is the only workaround I found so far. A word from microsoft would be very appreciated.

moreover... it seems like the problem doesn't affect OSQL.

Lino Barreca

Posted 2015-08-21T16:46:50.400

Reputation: 11

0

probably because the service can not run Windows 10 memory compressor. It also happened to me. Windows 10 version 10525.

semoLi

Posted 2015-08-21T16:46:50.400

Reputation: 1

What is the SQL Server version? Is there any workaround? – Martheen Cahya Paulo – 2015-08-31T07:58:39.903