Hello,
we have two SQL servers, lets call them A and B. A is our old server, SQL Server 2014 and B is our new server, SQL Server 2019.
Both servers are single servers as in not linked servers or connected to each other in any way.
Our server guys backed up a database in server A and restored it to server B. When I try to execute a stored procedure on the new server B,
I get an error saying "Could not find server 'A' 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"
The particular stored procedure I tested, does not update anything in that database, although we do have those as well.
There are no references to a particular server in the procedure code.
Does anyone have an idea as to why this could've happened or how I could solve this without adding any linked server references into sys.servers?
Best regards,
Tunkkari