→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
03-19-2012 01:33 PM
03-29-2012 10:42 AM
03-20-2012 12:11 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblQuickFixEngineering.Description,
tblQuickFixEngineering.FixComments, tblQuickFixEngineering.HotFixID,
tblQuickFixEngineering.InstalledOn
From tblComputers Inner Join
tblQuickFixEngineering On tblComputers.Computername =
tblQuickFixEngineering.Computername
Where tblQuickFixEngineering.HotFixID = 'YourID'
Order By tblComputers.ComputerUnique, tblQuickFixEngineering.HotFixID
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now