Hi Sheetal,
First of all you have syntax error.
In the second if block
select @Error = @InsRetSuccess2,
you have a comma without anything else after this.
In any case, try to execute each SP separately to ensure that everything is ok?
Hi Sheetal,
First of all you have syntax error.
In the second if block
select @Error = @InsRetSuccess2,
you have a comma without anything else after this.
In any case, try to execute each SP separately to ensure that everything is ok?