Subject Re: [firebird-support] Re: cant create new stored proc
Author Aage Johansen
d_dude_2003 wrote:
> sorry i've put it wrong - 100 - 150 INSERTSs are inserts into other
> tables, not CREATE PROCEDURE sql.
>

Is the procedure too big?
Does it help if you divide it into two procedures?
If you need to have only one you could make one which calls the two SPs.

--
Aage J.