通过远程服务连接 把本机数据插入远程数据库

INSERT INTO OPENQUERY([linkName],select name  from dbo.target;)  
  select  name   from   source