→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎06-15-2009 03:01 PM
‎06-16-2009 11:19 AM
‎06-16-2009 11:12 AM
‎06-16-2009 10:33 AM
create view web30repallportables as SELECT TOP 100 PERCENT dbo.tblComputers.Computername AS Computer, dbo.tblOperatingsystem.Description, dbo.tblComputerSystemProduct.Vendor,
dbo.tblComputerSystemProduct.Name, dbo.tblComputers.Lastseen AS [Last scanned], dbo.tblComputerSystemProduct.Lastchanged
FROM dbo.tblComputers LEFT OUTER JOIN
dbo.tblComputerSystemProduct ON dbo.tblComputers.Computername = dbo.tblComputerSystemProduct.Computername LEFT OUTER JOIN
dbo.tblOperatingsystem ON dbo.tblComputers.Computername = dbo.tblOperatingsystem.Computername
WHERE (dbo.tblComputers.Computername IN
(SELECT tblportablebattery.computername
FROM tblportablebattery))
ORDER BY dbo.tblComputers.Computername
‎06-16-2009 10:29 AM
‎06-15-2009 04:59 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now