Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Time Bomb Coding

    Instead of:

    IF EXISTS(SELECT 1 FROM ......WHERE....)

    Would the following be quicker still?

    IF EXISTS(SELECT TOP 1 1 FROM ......WHERE....)

Viewing post 1 (of 1 total)