‎07-31-2012 06:53 PM
Solved! Go to Solution.
‎08-01-2012 07:09 PM
(tblCustDevices.LastSeen > GetDate() - 30 AND tblCustDevices.LastSeen < GetDate() - 60)
Select Top 1000000 tsysDevicetypes.ItemTypeIcon10 As icon, tblCustDevices.Displayname As [Device name], tblCustDevices.State, tblCustDevices.Model, tblCustDevices.Vendor, tblCustDevices.Location, tblCustDevices.Ipaddress, tblCustDevices.LastSeen, tblCustDevices.DeviceKey From tblCustDevices Inner Join tsysDevicetypes On tsysDevicetypes.ItemType = tblCustDevices.Devicetype Where tblCustDevices.State = 1 And (tblCustDevices.LastSeen > GetDate() - 30 AND tblCustDevices.LastSeen < GetDate() - 60) Order By tblCustDevices.Displayname
‎08-03-2012 12:59 AM
‎08-01-2012 07:09 PM
(tblCustDevices.LastSeen > GetDate() - 30 AND tblCustDevices.LastSeen < GetDate() - 60)
Select Top 1000000 tsysDevicetypes.ItemTypeIcon10 As icon, tblCustDevices.Displayname As [Device name], tblCustDevices.State, tblCustDevices.Model, tblCustDevices.Vendor, tblCustDevices.Location, tblCustDevices.Ipaddress, tblCustDevices.LastSeen, tblCustDevices.DeviceKey From tblCustDevices Inner Join tsysDevicetypes On tsysDevicetypes.ItemType = tblCustDevices.Devicetype Where tblCustDevices.State = 1 And (tblCustDevices.LastSeen > GetDate() - 30 AND tblCustDevices.LastSeen < GetDate() - 60) Order By tblCustDevices.Displayname
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now