‎04-05-2011 07:41 AM
‎04-07-2011 09:09 AM
‎04-06-2011 11:35 PM
Select Top 1000000 tblComputers.Computername,
Floor(Cast(Cast(tblComputersystem.TotalPhysicalMemory As bigint) / 1024 /
1024 As numeric)) As TMG, tblComputerSystemProduct.Vendor,
tblComputerSystemProduct.Name, tblComputersystem.TotalPhysicalMemory As MG,
tblComputers.Userdomain, tblComputers.Username, tblADusers.Displayname
From tblComputers Inner Join
tblComputerSystemProduct On tblComputers.Computername =
tblComputerSystemProduct.Computername Inner Join
tblComputersystem On tblComputers.Computername =
tblComputersystem.Computername Left Join
tblADusers On tblADusers.Username = tblComputers.Username And
tblADusers.Userdomain = tblComputers.Userdomain
‎04-06-2011 04:44 AM
‎04-05-2011 11:43 AM
Select Top 1000000 tblComputers.Computername,
Floor(Cast(Cast(tblComputersystem.TotalPhysicalMemory As bigint) / 1024 /
1024 As numeric)) As TMG, tblComputerSystemProduct.Vendor,
tblComputerSystemProduct.Name, tblComputersystem.TotalPhysicalMemory As MG,
tblComputers.Userdomain, tblComputers.Username
From tblComputers Inner Join
tblComputerSystemProduct On tblComputers.Computername =
tblComputerSystemProduct.Computername Inner Join
tblComputersystem On tblComputers.Computername =
tblComputersystem.Computername
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now