‎08-07-2012 07:39 AM
‎08-07-2012 01:17 PM
UPDATE tblCompCustom
SET Location = web40AllIPLocations.IPLocation
FROM tblCompCustom INNER JOIN
web40AllIPLocations ON tblCompCustom.Computername = web40AllIPLocations.Computername
UPDATE tblCustDevices
SET Location = web40AllIPLocationsDev.IPLocation
FROM tblCustDevices INNER JOIN
web40AllIPLocationsDev ON tblCustDevices.DeviceKey = web40AllIPLocationsDev.DeviceKey
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now