‎06-16-2011 01:53 AM
‎06-24-2011 01:34 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, TsysMemorytypes.MemoryName, tblPhysicalMemory.BankLabel,
tblPhysicalMemory.Capacity, tblPhysicalMemory.DataWidth,
tblPhysicalMemory.DeviceLocator
From tblComputers Inner Join
tblPhysicalMemory On tblComputers.Computername =
tblPhysicalMemory.Computername Inner Join
TsysMemorytypes On TsysMemorytypes.Memorytype = tblPhysicalMemory.MemoryType
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now