Viewing 2 posts - 1 through 2 (of 2 total)
Yes, constantly - each result is different, and therefore the lot of them are unreliable when executing a batch of them in a WHILE loop.
Joining to sys.columns and directly...
March 6, 2014 at 1:48 pm
#1694881
The only way I have found to defeat this bug is to do an inner join to sys.columns, on referenced_minor_id directly, because it does not get garbled even when the...
March 6, 2014 at 10:22 am
#1694803