‎11-09-2009 04:23 PM
‎11-10-2009 10:11 AM
‎11-09-2009 09:14 PM
Select Top 100 Percent dbo.tblComputers.Computername As Computer,
Cast(Cast(dbo.tblComputersystem.TotalPhysicalMemory As BigInt) / 1024 /
1024 As Numeric) As Memory, dbo.tblComputers.Domain,
dbo.tblComputersystem.Model, dbo.tblComputers.Lastseen
From dbo.tblComputers Inner Join
dbo.tblComputersystem On dbo.tblComputers.Computername =
dbo.tblComputersystem.Computername
Where dbo.tblComputers.Computername Like 'XSS%' And
Cast(Cast(dbo.tblComputersystem.TotalPhysicalMemory As BigInt) / 1024 /
1024 As Numeric) < 1000
Order By dbo.tblComputers.Computername
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now