Hi
I have some reports which will not work on v5. Can you please help me?
Thank you very much.
Best regards,
Roman
Report 1Select Top 1000000 tblcomputers.Computer, tblComputerSystemProduct.Vendor As Manufacturer, tblComputerSystemProduct.Name As Model, Web40OSName.OSname, Web40OSName.SP, tblcomputers.LastknownIP, tblOperatingsystem.InstallDate, tblcomputers.Username, tblcomputers.Lastseen, tblADusers.Department, tblCompCustom.PurchaseDate, tblCompCustom.Warrantydate, tblADComputers.OU From tblcomputers Inner Join Web40OSName On Web40OSName.Computername = tblcomputers.Computername Inner Join tblComputerSystemProduct On tblcomputers.Computername = tblComputerSystemProduct.Computername Inner Join tblOperatingsystem On tblcomputers.Computername = tblOperatingsystem.Computername Left Join tblADusers On tblADusers.Username = tblcomputers.Username And tblADusers.Userdomain = tblcomputers.Userdomain Inner Join tblCompCustom On tblcomputers.Computername = tblCompCustom.Computername Inner Join tblADComputers On tblcomputers.Computername = tblADComputers.Computername Order By tblcomputers.Computer
Report 2Select Top 1000000 tblcomputers.Computername, tblcomputers.ComputerUnique As [Computer Name], tblcomputers.Username As Username, tblComputerSystemProduct.Vendor As [Computer Manufacturer], tblComputerSystemProduct.Name As [Computer Model], tblComputerSystemProduct.IdentifyingNumber As [Service Tag], tblCompCustom.PurchaseDate As [Purchase Date], tblCompCustom.Warrantydate As [Warranty Expiration], office.softwareName, tblcomputers.LastknownIP As [Last Known IP Address] From tblcomputers Left Join (Select tblSoftware.softwareName, tblSoftware.ComputerName From tblSoftware Where tblSoftware.softwareName Like '%Visio%' Or tblSoftware.softwareName Like '%Project%') office On office.ComputerName = tblcomputers.Computername Left Join tblComputerSystemProduct On tblcomputers.Computername = tblComputerSystemProduct.Computername Left Join tblCompCustom On tblcomputers.Computername = tblCompCustom.Computername Order By tblcomputers.ComputerUnique
Report 3Select Top 1000000 tblcomputers.Computername, tblcomputers.Domain, tblcomputers.Computer, tblOperatingsystem.Caption, tblOperatingsystem.Description, tblOperatingsystem.OSType, tblADComputers.OU, tblComputerSystemProduct.Vendor, tblComputerSystemProduct.Name From tblcomputers Left Join tblOperatingsystem On tblcomputers.Computername = tblOperatingsystem.Computername Inner Join tblADComputers On tblcomputers.Computername = tblADComputers.Computername Inner Join tblComputerSystemProduct On tblcomputers.Computername = tblComputerSystemProduct.Computername Order By tblcomputers.Computer
Report 4Select Top 1000000 tblcomputers.Computername, tblcomputers.ComputerUnique, tblcomputers.Domain, Web40OSName.OSname, tblComputersystem.Lastchanged, Web40OSName.Compimage As icon, tblcomputers.Computer, tblComputersystem.SystemType From tblcomputers Inner Join tblComputersystem On tblcomputers.Computername = tblComputersystem.Computername Inner Join web40ActiveComputers On tblcomputers.Computername = web40ActiveComputers.Computername Inner Join Web40OSName On Web40OSName.Computername = tblcomputers.Computername Where tblComputersystem.Domainrole > 1 Order By dbo.tblComputers.Computer