select srv.name,lgn.Remote_namefrom sys.servers srv, sys.linked_logins lgnwhere srv.server_id=lgn.server_id and lgn.remote_name='login1'