‎04-23-2018 09:16 PM
Select Top 1000000 tblstate.Statename,
tblAssets.AssetID,
tblAssets.AssetUnique,
tblAssetUserRelations.Username As [Usado por],
tblAssets.Username As [Ultimo Login],
tblAssetCustom.Model As Modelo,
tblAssetCustom.Manufacturer As Fabricante,
tblAssetCustom.Custom2 As Patrimonio,
tsysOS.OSname As OS,
tblComputersystem.Lastchanged As [Ultimo Scan],
tsysOS.Image As icon,
tblAssets.Processor As Processador,
tblAssets.Memory As Memoria,
tblAssetCustom.PurchaseDate As Compra,
tblAssetCustom.Warrantydate As Garantia,
tblAssetCustom.Building As [Predio/Obra],
tblAssetCustom.Department As Departamento,
tblAssetCustom.Location As Local,
tblAssetCustom.Custom1 As Obs
From tblComputersystem
Inner Join tblAssets On tblComputersystem.AssetID = tblAssets.AssetID
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysOS On tblAssets.OScode = tsysOS.OScode
Inner Join tblstate On tblAssetCustom.State = tblstate.State
Inner Join tblAssetUserRelations On tblAssets.AssetID =
tblAssetUserRelations.AssetID
Where tblComputersystem.Domainrole < 2
Order By tblAssets.AssetName
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now