→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎11-29-2010 11:30 PM
Solved! Go to Solution.
‎11-30-2010 11:18 AM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, reg1.Value As Tunneladdress, reg2.Value As Tunneldesc
From tblComputers Left Join
(Select *
From tblregistry
Where tblregistry.Valuename = 'TunnelAddress') reg1 On reg1.Computername =
tblComputers.Computername Left Join
(Select *
From tblregistry
Where tblregistry.Valuename = 'TunnelDesc') reg2 On reg2.Computername =
tblComputers.Computername
where reg2.value is not null
‎11-30-2010 02:03 PM
‎11-30-2010 11:18 AM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, reg1.Value As Tunneladdress, reg2.Value As Tunneldesc
From tblComputers Left Join
(Select *
From tblregistry
Where tblregistry.Valuename = 'TunnelAddress') reg1 On reg1.Computername =
tblComputers.Computername Left Join
(Select *
From tblregistry
Where tblregistry.Valuename = 'TunnelDesc') reg2 On reg2.Computername =
tblComputers.Computername
where reg2.value is not null
‎11-30-2010 10:13 AM
‎11-30-2010 10:03 AM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, reg1.Value As Tunneladdress, reg2.Value As Tunneldesc
From tblComputers Left Join
(Select *
From tblregistry
Where tblregistry.Valuename = 'TunnelAddress') reg1 On reg1.Computername =
tblComputers.Computername Left Join
(Select *
From tblregistry
Where tblregistry.Valuename = 'TunnelDesc') reg2 On reg2.Computername =
tblComputers.Computername
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now