SQL Server Error Msg 7202 – Could not find server ‘%.*ls’ in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.

In this blog post, let’s learn about the error message “7202 – Could not find server ‘%.*ls’ in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

7202 – Could not find server ‘%.*ls’ in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.

Reason for the Error

To be update soon…

Solution

To be update soon…