Viewing post 1 (of 1 total)
Instead of:
IF EXISTS(SELECT 1 FROM ......WHERE....)
Would the following be quicker still?
IF EXISTS(SELECT TOP 1 1 FROM ......WHERE....)
February 10, 2010 at 1:27 am
#1116613