‎09-29-2009 12:56 PM
Select tblcomputers.Computername From tblcomputers Where tblcomputers.Computername Not In (Select dbo.tblSoftware.ComputerName From dbo.tblSoftware Where dbo.tblSoftware.softwareName Like 'Trend Micro OfficeScan Client')
‎09-29-2009 02:44 PM
‎09-29-2009 01:26 PM
Select tblcomputers.Computername From tblcomputers Where (tblcomputers.Computername Not In (Select dbo.tblSoftware.ComputerName From dbo.tblSoftware Where dbo.tblSoftware.softwareName Like 'Trend Micro OfficeScan Client')) and (computername in (select computername from tblsoftware))
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now