I have the following query that SHOULD update 716 records:
USE db1 GO UPDATE SAMP SET flag1 = \'F\', flag2 = \'F\' FROM samp INNER JOIN result ON samp.samp