A
ado7758
Unregistered / Unconfirmed
GUEST, unregistred user!
现在要做多门店和总部 C/S 因为要支持断线收银的用dts作业定时更新 那我可以这样操作吗 [192.168.1.254]为服务器insert into [192.168.1.254].erpsys.dbo.unitb select a.un_key,a.un_flag from unitb as a where a.un_key not in (select b.un_key from [192.168.1.54].erpsys.dbo.unitb as b )多门店会不会出现什么错误呢?