Viewing 2 posts - 1 through 3 (of 3 total)
It's not all that bad, actually. I tend to write column names on their own lines eg.
SELECT col1,
col2,
col3,
FROM
and there are 33 columns involved. It...
October 6, 2005 at 9:36 pm
#595755
Okay, don't I feel the idiot. In the 700 odd lines of code I had somehow managed to delete the FETCH NEXT for the cursor. So it wasn't...
October 6, 2005 at 8:56 pm
#595750