您的位置:首页 > 数据库

远程sql 同步程序

2018-01-17 23:09 127 查看


exec sp_configure 'show advanced options',1
reconfigure
exec sp_configure 'Ad Hoc Distributed Queries',1
reconfigure
GO
select * into BookHouse.dbo.B_Bank from openrowset('SQLOLEDB','Server=203.166.188.64;PWD=jsrjek@2015;UID=BJ_JRE;','select * from BJ_JRE.dbo.B_Bank') as t
GO
exec sp_configure 'Ad Hoc Distributed Queries',0
reconfigure
exec sp_configure 'show advanced options',0
reconfigure

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐