‎04-13-2012 01:28 AM
Select Top 1000000 tblComputers.Domain, tblComputers.Computer, tblComputers.Description, Web40OSName.OSname, tblComputerSystemProduct.Name As Model, tblComputerSystemProduct.IdentifyingNumber As [Identifying Number], tblCompCustom.PurchaseDate As [Purchase Date], tblCompCustom.Warrantydate As [Warranty Expiration] From tblCompCustom Inner Join tblComputers On tblCompCustom.Computername = tblComputers.Computername Inner Join tblComputerSystemProduct On tblComputers.Computername = tblComputerSystemProduct.Computername Inner Join web40ActiveComputers On web40ActiveComputers.Computername = tblComputers.Computername Inner Join Web40OSName On Web40OSName.Computername = tblComputers.Computername Where tblCompCustom.PurchaseDate Is Not Null Or tblCompCustom.Warrantydate Is Not Null
Solved! Go to Solution.
‎04-13-2012 09:57 AM
Select Top 1000000 tblComputers.Domain, tblComputers.Computer,
tblComputers.Description, Web40OSName.OSname, tblComputerSystemProduct.Name As
Model, tblComputerSystemProduct.IdentifyingNumber As [Identifying Number],
tblCompCustom.PurchaseDate As [Purchase Date], tblCompCustom.Warrantydate As
[Warranty Expiration], web40allcompstates.Statename As State
From tblCompCustom Inner Join
tblComputers On tblCompCustom.Computername = tblComputers.Computername
Inner Join
tblComputerSystemProduct On tblComputers.Computername =
tblComputerSystemProduct.Computername Inner Join
Web40OSName On Web40OSName.Computername = tblComputers.Computername Inner Join
web40allcompstates On web40allcompstates.Computername =
tblComputers.Computername
Where (tblCompCustom.PurchaseDate Is Not Null) Or
(tblCompCustom.Warrantydate Is Not Null)
‎04-13-2012 06:34 PM
‎04-13-2012 09:57 AM
Select Top 1000000 tblComputers.Domain, tblComputers.Computer,
tblComputers.Description, Web40OSName.OSname, tblComputerSystemProduct.Name As
Model, tblComputerSystemProduct.IdentifyingNumber As [Identifying Number],
tblCompCustom.PurchaseDate As [Purchase Date], tblCompCustom.Warrantydate As
[Warranty Expiration], web40allcompstates.Statename As State
From tblCompCustom Inner Join
tblComputers On tblCompCustom.Computername = tblComputers.Computername
Inner Join
tblComputerSystemProduct On tblComputers.Computername =
tblComputerSystemProduct.Computername Inner Join
Web40OSName On Web40OSName.Computername = tblComputers.Computername Inner Join
web40allcompstates On web40allcompstates.Computername =
tblComputers.Computername
Where (tblCompCustom.PurchaseDate Is Not Null) Or
(tblCompCustom.Warrantydate Is Not Null)
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now