→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎07-24-2012 11:52 AM
Solved! Go to Solution.
‎07-24-2012 03:40 PM
Select Top 1000000 tsysDevicetypes.ItemTypeIcon10 As icon,
tblCustDevices.Displayname As [Device name], tsysDevicetypes.ItemTypename As
[Device Type], tblCustDevices.Model, tblCustDevices.Vendor,
tblCustDevices.Location, tblCustDevices.Ipaddress, tblCustDevices.FirstSeen,
tblCustDevices.LastSeen, tblCustDevices.DeviceKey, tblCustDevHD.Filesystem,
tblCustDevHD.Size, tblCustDevHD.Used, tblCustDevHD.Available
From tblCustDevices Inner Join
tsysDevicetypes On tsysDevicetypes.ItemType = tblCustDevices.Devicetype
Left Join
tblCustDevHD On tblCustDevices.DeviceKey = tblCustDevHD.DeviceKey
Where tblCustDevices.State = 1
Order By tsysDevicetypes.ItemTypename, tblCustDevices.Displayname,
tblCustDevHD.Size Desc
‎07-24-2012 03:40 PM
Select Top 1000000 tsysDevicetypes.ItemTypeIcon10 As icon,
tblCustDevices.Displayname As [Device name], tsysDevicetypes.ItemTypename As
[Device Type], tblCustDevices.Model, tblCustDevices.Vendor,
tblCustDevices.Location, tblCustDevices.Ipaddress, tblCustDevices.FirstSeen,
tblCustDevices.LastSeen, tblCustDevices.DeviceKey, tblCustDevHD.Filesystem,
tblCustDevHD.Size, tblCustDevHD.Used, tblCustDevHD.Available
From tblCustDevices Inner Join
tsysDevicetypes On tsysDevicetypes.ItemType = tblCustDevices.Devicetype
Left Join
tblCustDevHD On tblCustDevices.DeviceKey = tblCustDevHD.DeviceKey
Where tblCustDevices.State = 1
Order By tsysDevicetypes.ItemTypename, tblCustDevices.Displayname,
tblCustDevHD.Size Desc
‎07-24-2012 03:31 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now