Dear support,
The items keep repeating, sorry but we don't have an employee with expertise in SQL.
Select Top 1000000 tblADObjects.sAMAccountName As ManagerName,
tblADObjects.domain As ManagerDomain,
tblAssetCustom.Department,
tblAssets.IPAddress,
tblAssets.OScode,
tblAssets.AssetName,
tblAssets.Memory,
tblAssets.Processor,
tblAssetCustom.Model,
tblAssetCustom.Manufacturer
From tblADusers
Left Join tblADObjects On
tblADObjects.ADObjectID = tblADusers.ManagerADObjectId,
tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Could you help us please?
Kind Regards,
Mateus Dias