Hello everyone,I have 2 table table structures are first table called "rawdata" one; ServerName SITENAMEserver25.pac.lcl not assignedservernj.pac.lcl not assignedservernj.pac.lcl not assignedservernj.pac.lcl not assignedserver45.pac.lcl not assignedserver25.pac.lcl not assignedservernj.pac.lcl not assignedservernj.pac.lcl not assignedservernj.pac.lcl not assignedserver45.pac.lcl not assigned
Second table called "ServerDetails" ServerName SITENAMEserver25.pac.lcl ABCservernj.pac.lcl Remoteservernj.pac.lcl Remoteservernj.pac.lcl Remoteserver45.pac.lcl Local
Most of the records in the first table are repeated records kind of duplicate. On the second table "Servername" field is DISTINCT copy of "ServerName" field in the first table. I want to update SiteName field from second table to First Table but ServerName has to be matched with first table. I hope i explained well. How can I achieve this? Thank you.