08-10-2012 07:34 AM
08-10-2012 01:29 PM
Select tblComputers.Computername, tblComputers.Computer, tblComputers.Domain,
Case tblComputersystem.SystemType When 'x86-based PC' Then '32-bit'
When 'x64-based PC' Then '64-bit'
End As [System Type], tblComputers.Userdomain, tblComputers.Username,
web40ProcessorCapacity.NrOfProcessors, web40ProcessorCapacity.CPU,
tblComputersystem.Model, tblComputerSystemProduct.IdentifyingNumber
From tblComputers Inner Join
tblComputersystem On tblComputers.Computername =
tblComputersystem.Computername Inner Join
tblComputerSystemProduct On tblComputers.Computername =
tblComputerSystemProduct.Computername Inner Join
web40ProcessorCapacity On web40ProcessorCapacity.Computername =
tblComputers.Computername
Order By tblComputers.ComputerUnique
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now