dear all,
i have two servers and my software is in one of those servers. both the servers have databases : db1 and db2.
i tried the following query :
from server1. it shows the error
Msg 7202, Level 11, State 2, Line 1
Could not find server 'server2' in sysservers. Execute sp_addlinkedser ver to add the server to sysservers.
what shall i do.i need both servers.
TIA
i have two servers and my software is in one of those servers. both the servers have databases : db1 and db2.
i tried the following query :
Code:
select * from server2.db2.dbo.tblname
Msg 7202, Level 11, State 2, Line 1
Could not find server 'server2' in sysservers. Execute sp_addlinkedser ver to add the server to sysservers.
what shall i do.i need both servers.
TIA
Comment