→ 🚀What's New? Explore Lansweeper's Fall 2024 Updates! Fall Launch Blog !
‎06-29-2015 11:29 AM
Solved! Go to Solution.
‎06-30-2015 04:27 PM
Select Top 1000000 tblAssets.AssetUnique,
tsysOS.OSname,
tsysOS.Image As icon,
tblAssetCustom.Manufacturer,
tblAssetCustom.Model,
tblAssetCustom.PurchaseDate,
tblAssetCustom.Warrantydate,
tblAssets.Username,
tblAssets.Description As Computerdescription,
tblAssetCustom.Custom1 As [IV-Nummer],
tblAssetCustom.Custom2 As [IV-Besitzer],
tblAssetCustom.Custom3 As [IV-Datum],
tblAssetCustom.Custom4 As [IV-Abteilung],
tblAssets.Firstseen,
tblAssets.Lastseen,
tblState.Statename,
tblAssets.AssetID
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Left Join tsysOS On tblAssets.OScode = tsysOS.OScode
Inner Join tblState On tblState.State = tblAssetCustom.State
Order By tblAssets.AssetName
‎06-30-2015 04:27 PM
Select Top 1000000 tblAssets.AssetUnique,
tsysOS.OSname,
tsysOS.Image As icon,
tblAssetCustom.Manufacturer,
tblAssetCustom.Model,
tblAssetCustom.PurchaseDate,
tblAssetCustom.Warrantydate,
tblAssets.Username,
tblAssets.Description As Computerdescription,
tblAssetCustom.Custom1 As [IV-Nummer],
tblAssetCustom.Custom2 As [IV-Besitzer],
tblAssetCustom.Custom3 As [IV-Datum],
tblAssetCustom.Custom4 As [IV-Abteilung],
tblAssets.Firstseen,
tblAssets.Lastseen,
tblState.Statename,
tblAssets.AssetID
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Left Join tsysOS On tblAssets.OScode = tsysOS.OScode
Inner Join tblState On tblState.State = tblAssetCustom.State
Order By tblAssets.AssetName
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now