Forum Discussion
Error 2146232060
- Anonymous4 years ago
Hi Anonymous ,
This error means that the client can't find the SQL Server instance. This can happen when at least one of the following problems exists:
- The name of the computer hosting the SQL Server instance doesn't resolve the correct IP
- The TCP port number isn't specified correctly
For more details, please refer to
Troubleshoot connecting to the SQL Server Database Engine - SQL Server | Microsoft Docs
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I ran accross this error today. I merged queries and the query I had merged with I did some renaming on the columns. I assumed if I corrected the names this would fix the error. Since I had renamed a bunch of columns I just pulled a new query of the same one. When I merged it with this one the error went away since I there were not any column name changes.