→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎05-21-2010 12:16 AM
‎08-15-2010 04:54 AM
ALTER PROCEDURE [dbo].[Web40getdomain](@domain nvarchar(80))
AS SELECT dbo.Web40OSName.Compimage AS Icon, dbo.tblComputers.ComputerUnique, dbo.tblComputers.Computername,
dbo.Web40OSName.OSname AS OS, dbo.tblCompCustom.Location AS Location, dbo.tblComputers.Description AS Description, dbo.tblComputers.Username AS LastUser, dbo.Web40OSName.SP AS SP,
dbo.web40ProcessorCapacity.NrOfProcessors AS [Proc], dbo.web40ProcessorCapacity.MaxClockSpeed AS Speed, dbo.web40CorrectMemory.Memory,
dbo.tblComputers.LastknownIP AS IP, dbo.tblComputers.Lastseen
FROM dbo.tblComputers LEFT OUTER JOIN
dbo.web40allcompstates ON dbo.tblComputers.Computername = dbo.web40allcompstates.Computername LEFT OUTER JOIN
dbo.web40CorrectMemory ON dbo.tblComputers.Computername = dbo.web40CorrectMemory.Computername LEFT OUTER JOIN
dbo.Web40OSName ON dbo.tblComputers.Computername = dbo.Web40OSName.Computername LEFT OUTER JOIN
dbo.web40ProcessorCapacity ON dbo.tblComputers.Computername = dbo.web40ProcessorCapacity.Computername LEFT OUTER JOIN
dbo.tblComputersystem ON dbo.tblComputers.Computername = dbo.tblComputersystem.Computername LEFT OUTER JOIN
dbo.tblCompCustom ON dbo.tblComputers.Computername = dbo.tblCompCustom.Computername LEFT OUTER JOIN
dbo.tblOperatingsystem ON dbo.tblComputers.Computername = dbo.tblOperatingsystem.Computername
WHERE (dbo.tblComputers.Domain LIKE @domain)
‎06-03-2010 04:11 PM
‎06-03-2010 12:23 AM
‎06-02-2010 06:08 PM
‎06-02-2010 04:16 PM
‎06-02-2010 04:12 PM
‎06-02-2010 10:55 AM
‎06-02-2010 12:51 AM
‎05-21-2010 10:16 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now