sqlserver 链接服务器 oracle 像oracle数据库插入数据
再SQL Server 里
insert into linkORACLEUSERNAMEORACLETable
select from sqlTable
其中:USERNAME是你创建 linkORACLE 时的远程登录账号
首先要执行 sp_addlinkedserver '1925132'
然后开始写语句
insert into 1925132TESTDatabasetable select from iserted
另一个数据库也要是image的类型,然后在数据库的安全的连接吧好像是,添加另一个服务器的链接方式。然后就能在这个服务器操作另一台服务器的数据库了。调用方式:[19216812]dbnamedbotablename
0条评论