PB 10 中如何用pipeline 把数据导入到关键字为IDENTITY字段的表中?
PB 10 中如何用pipeline 把数据导入到关键字为IDENTITY字段的表中?我在执行pipeline的时候做了
EXECUTE IMMEDIATE ' SET IDENTITY_INSERT gt_dst.dbo.hb_jhb on' USING gt_dst;
lpip_base.dataobject="pip_"+lower(as_tablename)+"_"+lower(as_piptype)
EXECUTE IMMEDIATE ' SET IDENTITY_INSERT gt_dst.dbo.hb_jhb off ' USING gt_dst ;
还是不得行
:(
急问
页:
[1]