• VALEK (6/11/2008)


    Lynn Pettis (6/11/2008)


    To paraphrase what someone else once said on this site, "The proof is in the code." Here is the code:

    ...

    while @LoopCnt < 100

    ...

    Based on the results, the answer is still NO.

    😎

    Replace the code above wi th the following and comeback to me us the result (if you are still alive)

    ...

    while @LoopCnt < 1000000000000000000000000000000000000000000000

    ...

    Don't forget to write another script to analyse the result, since the output will be quite long.

    It is in your court now. Sorry, but even if the two queries come back once with the same results, the answer is still NO. The reason is consistently return the same results. If BETWEEN 3 AND 5 was the same as BETWEEN 5 AND 3, the results of each run would have been consistant between the two queries.

    😎