‎01-13-2010 04:25 PM
‎01-13-2010 08:43 PM
Select tblComputers.Computername, tblRegistry.Value,
tblComputerSystemProduct.IdentifyingNumber
From tblComputers Inner Join
tblRegistry On tblComputers.Computername = tblRegistry.Computername Inner Join
tblComputerSystemProduct On tblComputers.Computername =
tblComputerSystemProduct.Computername
Where tblRegistry.Valuename = 'Assettag'
‎01-13-2010 04:56 PM
‎01-13-2010 04:34 PM
Select tblComputers.Computername, tblRegistry.Value
From tblComputers Inner Join
tblRegistry On tblComputers.Computername = tblRegistry.Computername
Where tblRegistry.Valuename = 'Assettag'
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now