Subject Re: isql bug
Author jegazarco
>
> Can you break your script up into logical pieces (after all it is only a
> sequential series of commands) that way you can "bookend" the location(s)
> of the errors and isolate the problems for fixing (like debugging really)
>
> Max
>

I have errors in line >400000, thats means that the error line reported is more than 40% of error. If i break the source in pieces, with a 40% of error, i think i would have to break into very little pieces to find the correct error line, more or less each piece of 2 or three statements, and i have between sp and triggers 4500.

Thanks