|
||||
sybperl-l ArchiveUp Prev Next
From: Jack Torrey <JackT at slc dot twc dot com> Outside of perl when I am doing large deletes I set rowcount to 5000. Then use several loops of the delete statement until no more rows are returned. I have not used this is in a perl script, it only lessens the chance of locking up. |