‎12-29-2011 02:39 PM
‎12-29-2011 03:11 PM
‎12-29-2011 03:08 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblQuickFixEngineering.Description,
tblQuickFixEngineering.HotFixID, tblQuickFixEngineering.InstalledBy,
tblQuickFixEngineering.InstalledOn, tblQuickFixEngineering.Lastchanged
From tblComputers Inner Join
tblQuickFixEngineering On tblComputers.Computername =
tblQuickFixEngineering.Computername
Where tblQuickFixEngineering.HotFixID = 'YourKB'
Order By tblComputers.ComputerUnique
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now