I have created database and i have shared that database with both Laptop,
when i try to connect that database error shows
i have enabled TCP/IP in both Laptop
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)
Help me what to do..
Thanks.
解决方案
The only way to fix this is to make it so you can connect to SQL. That's all it is telling you, it can't find SQL. Try using the IP address if the name did not work. Also make sure SQL is actually running.