I'm running SMS 2003.
I have this query:
and it is giving this error when I attempt to run:
Microsoft VBScript runtime error '800a0007'
Out of memory: 'GetRows'
/SMSReporting_ML1/Report.asp, line 548
Does anyone have any idea why this would be?
Thanks
I have this query:
Code:
SELECT DISTINCT sys.Netbios_Name0, sys.Operating_System_Name_and0, os.LastBootUpTime0, os.TimeStamp
FROM v_R_System sys INNER JOIN v_HS_OPERATING_SYSTEM os on sys.ResourceID = os.ResourceID
and it is giving this error when I attempt to run:
Microsoft VBScript runtime error '800a0007'
Out of memory: 'GetRows'
/SMSReporting_ML1/Report.asp, line 548
Does anyone have any idea why this would be?
Thanks