‎04-28-2011 01:02 PM
‎05-12-2011 03:14 PM
Select Top 1000000 tblCustDevices.Displayname As [Device name],
tblCustDevices.Ipaddress As IP, web40AllIPLocationsDev.IPLocation,
tsysDevicetypes.ItemTypeIcon10 As icon, tblCustDevices.Model As
[Device
Model], tblCustDevices.Vendor As [Device Vendor],
tblCustDevices.DeviceKey, tblCustDevices.LastSeen, tblCustDevices.Location,
tblCustDevices.Serialnumber, tblCustDevices.BarCode,
tblCustDevices.PurchaseDate, tblCustDevices.Warrantydate,
tblCustDevices.OrderNumber, tblCustDevices.Building,
tblCustDevices.Department, tblCustDevices.Branchoffice,
tblCustDevices.Custom1, tblCustDevices.Comments, tblCustDevices.Description
From tblCustDevices Inner Join
tsysDevicetypes On tsysDevicetypes.ItemType = tblCustDevices.Devicetype
Inner Join
web40AllIPLocationsDev On web40AllIPLocationsDev.DeviceKey =
tblCustDevices.DeviceKey
Where tblCustDevices.State = 1
‎05-11-2011 08:45 AM
‎04-29-2011 11:48 AM
‎04-28-2011 03:47 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now