‎06-11-2012 08:00 PM
‎06-12-2012 10:39 PM
Select Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblComputers.Description,
tblQuickFixEngineering.HotFixID As ID,
tblQuickFixEngineering.InstalledOn As Installed
From tblComputers Inner Join
tblQuickFixEngineering On tblComputers.Computername =
tblQuickFixEngineering.Computername
Where tblQuickFixEngineering.HotFixID Like '%982861%'
Order By tblComputers.Computername
‎06-12-2012 06:15 PM
‎06-11-2012 11:58 PM
‎06-11-2012 11:38 PM
‎06-11-2012 11:26 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now