08-16-2012 07:36 PM
08-16-2012 09:09 PM
08-16-2012 08:27 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblScsicontroller.Availability,
tblScsicontroller.Caption, tblScsicontroller.DeviceID,
tblScsicontroller.DriverName, tblScsicontroller.Manufacturer,
tblScsicontroller.ProtocolSupported, tblScsicontroller.Lastchanged
From tblComputers Inner Join
tblScsicontroller On tblComputers.Computername =
tblScsicontroller.Computername
Order By tblComputers.ComputerUnique, tblScsicontroller.Caption
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now