MeenEnta
Posts: 107
Score: 0 Joined: 9/9/2008 Status: offline
|
If I simplify the Query to some basics, then the report will be fine. I removed the red stuff. SELECT CS.Name0, CS.UserName0, ISW.ProductName0, ISW.InstallDate0, ISW.VersionMajor0, ISW.VersionMinor0, ISW.Publisher0, ISW.RegisteredUser0, ISW.InstallSource0 FROM dbo.v_GS_COMPUTER_SYSTEM CS, dbo.v_GS_INSTALLED_SOFTWARE ISW WHERE ISW.ResourceID = CS.ResourceID ORDER BY ISW.InstallDate0 DESC, CS.Name0, CS.UserName0, ISW.ProductName0 Now I'll try to add each one of the red and see which will not return data.
|