→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎09-15-2011 04:46 PM
Solved! Go to Solution.
‎07-31-2014 05:10 PM
‎08-30-2016 08:30 PM
‎07-31-2014 05:10 PM
‎08-29-2016 11:29 PM
Lansweeper wrote:
Please use the following report:
Select Distinct Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Memory / 1024 As 'memory',
tblPhysicalMemory.Speed,
TsysMemorytypes.MemoryName
From tblAssets
Inner Join tblPhysicalMemory On tblAssets.AssetID = tblPhysicalMemory.AssetID
Inner Join TsysMemorytypes On tblPhysicalMemory.MemoryType =
TsysMemorytypes.Memorytype
‎07-31-2014 08:12 AM
‎09-21-2011 01:40 PM
Select Distinct Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique, web40CorrectMemory.Memory, TsysMemorytypes.MemoryName From tblComputers Inner Join tblPhysicalMemory On tblComputers.Computername = tblPhysicalMemory.Computername Inner Join web40CorrectMemory On web40CorrectMemory.Computername = tblComputers.Computername Inner Join TsysMemorytypes On tblPhysicalMemory.MemoryType = TsysMemorytypes.Memorytype
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now