Hi,
I am trying to find out whether I can do the following using joins instead of looping through each record.
Table1
------------
LastName
FirstName
Table2
-------------
UniqueId
LastName (full text indexed)
FirstName (full text indexed)
for each record in table1, I am trying to find out if there are any matching records in table2.
Thanks, sridhar