→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
08-21-2012 10:03 PM
08-24-2012 12:13 PM
08-24-2012 12:27 AM
08-22-2012 05:58 PM
Select tblComputers.Computername, tblComputers.Domain, tblComputers.Computer,
tblComputers.Firstseen, tblComputers.Lastseen, tblComputers.Lasttried,
tblQuickFixEngineering.Description, tblQuickFixEngineering.FixComments,
tblQuickFixEngineering.HotFixID, tblQuickFixEngineering.InstalledBy,
tblQuickFixEngineering.InstalledOn,
tblQuickFixEngineering.ServicePackInEffect, tblQuickFixEngineering.Lastchanged
From tblComputers Inner Join
tblQuickFixEngineering On tblComputers.Computername =
tblQuickFixEngineering.Computername
Where tblQuickFixEngineering.HotFixID = 'YourID'
Order By tblComputers.ComputerUnique
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now