Viewing post 1 (of 1 total)
You could probably improve performance a little by using CHARINDEX(TableName,Definition,0)>0 instead of CHARINDEX(TableName,Definition,0)<>0. CharIndex would never be negative, right?, so > would be more efficient than <>. If...
April 25, 2014 at 11:02 am
#1708853