2017年7月12日

SQL Server - error: 26 - Error Locating Server/Instance Specified

Error message

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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)




Solution

1. Run
2. Services.msc
3. Start SQL Server

How to fix SQL Server Error 26 by hamza tamyachte

沒有留言:

張貼留言

<Javascript> How to uncompressed GZIP at front-end using Javascript

It's been a while I haven't share my coding work. In this article I would like to share how to receive a Gzip file via stream, unzip...