|
MeenEnta -> RE: recently installed program (9/30/2008 11:04:12 AM)
|
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.
|
|
|
|