将不同服务器的一个表的数据复制到另一个表里面

select * into Vehicle from OPENDATASOURCE('SQLOLEDB','Data Source=172.17.1.200;User ID=sa;Password=JY2018jgzx').JYtest.dbo.Vehicle

猜你喜欢

转载自www.cnblogs.com/luoguixin/p/12285995.html