SQL从其他服务器数据库导入数据到本地数据库中

EXEC sp_dropserver ‘ITSV2‘, ‘droplogins‘
exec sp_addlinkedserver ‘ITSV2‘ , ‘‘ , ‘SQLOLEDB‘ , ‘168.9.123.123‘
exec sp_addlinkedsrvlogin ‘ITSV2‘ , ‘false‘ , null , ‘sa‘ , ‘sa‘

drop table test2;
select top 12 * into test2 from ITSV2.InfoDB.dbo.city select top 2 * from test2

SQL从其他服务器数据库导入数据到本地数据库中,布布扣,bubuko.com

SQL从其他服务器数据库导入数据到本地数据库中

上一篇:SqlCmd -Windows Cluster Model


下一篇:[ArchLinux]进行更新时出现错误:GPGME error: 无数据,数据库无效的解决办法/