I have two servers Server1 and Server2
On both servers, I have a database called QAI
There is a way that I can create a linked server with an alias from Server2 to Server1, but instead of Server1.QAI.dbo.tbBlah
He has an alias QAI.dbo.tbBlah
This is necessary because of the failure of the QAI DB on server2 and the need to return to the instance of Server1 while it is fixed.
thank
source
share