use random temp table names to avoid conflicts #124
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MPRINT(POSTDATA.MPE_TARGETLOADER.BITEMPORAL_DATALOADER): proc sql;
MPRINT(POSTDATA.MPE_TARGETLOADER.BITEMPORAL_DATALOADER): create table EN_OD."##BITEMP_TERM"n as select * from work.bitemp0_append;
ERROR: The OLEDB table ##BITEMP_TERM has been opened for OUTPUT. This table already exists, or there is a name conflict with an existing object. This table will not be replaced. This engine does not support the REPLACE option.
At the same time, bump core to implement this fix: https://github.com/sasjs/core/pull/376