Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Not In v Not Equal

    Guys,

    By replacing the union query with a temporary table you can get a further performance enhancement, this implies that a Constant scan is slower than a Table scan.

    My results...

    Beginning test...

  • RE: Sort column without ORDER BY

    David's right, if you want to guarantee the data retrieved is sorted then you have to declare ORDER BY.

    The ANSI standard quotes something like this..... 'If an <order by clause>...

Viewing 2 posts - 1 through 2 (of 2 total)