Quote:
|
Originally Posted by sackerdj
The load utility does not fire triggers
|
That's right. Referential constraint checking is to performed with the CHECK DATA utility, so that's no problem, but the triggers cannot be run "automatically" afterwards.
The only other alternative that I see, apart from converting to IXF, is "converting" the data to SQL INSERT statements (which, btw, is essentially what IMPORT over DRDA is doing).