Archives of the TeradataForum
Message Posted: Thu, 17 Jun 2004 @ 21:05:56 GMT
Subj: | | Re: Looking for most efficient technique |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Thursday, June 17, 2004 17:01 -->
I think Multiload is not supported for tables having RI constraint defined on that.
But I think, you can as well use stored procedure with continue handler defined to record RI failures and SET statements to count number of
rows inserted or deleted. This is helpful only if there are few inserts/delete, because stored procedure submit insert/delete as normal
insert/delete statement.
|