→ 🚀Are you a Lansweeper Champion?! Join our Contributor Program Sign up here!
‎09-14-2009 05:58 PM
‎09-14-2009 06:08 PM
SELECT dbo.tblComputers.Computername, dbo.tblOperatingsystem.ServicePackMajorVersion, dbo.tblOperatingsystem.Version
FROM dbo.tblComputers INNER JOIN
dbo.tblOperatingsystem ON dbo.tblComputers.Computername = dbo.tblOperatingsystem.Computername
WHERE (dbo.tblOperatingsystem.ServicePackMajorVersion = '2') AND (dbo.tblOperatingsystem.Version = '5.1.2600')
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now