1: 2: 3:
UPDATE Recipients INNER JOIN tbl_Supcribers ON Recipients.PKID = tbl_Supcribers.PKID SET Recipients.DateLastUpdated = #2/17/2010#
1: 2: 3: 4: 5:
UPDATE r SET r.DateLastUpdated = CONVERT(datetime, '2/17/2010', 101) FROM dbo.RemovedSpokeoutRecipients r JOIN spokeout.tbl_OtherSpokeoutSupcribers s ON r.PKID = s.PKID