Hi All.
I have not been able to find the memory capacity in different memory slots for a machine. But some machines give slot wise available memory capacity. I made simple query select *from v_GS_Physical_Memory. My suspect data size was the issue. I dropped the actual table and redesigned the dbo.Physical_Memory_DATA table with capacity field of "bigint" data type. But the table is not being populated with data, although ddrl.LOG file shows it processed MIF files.
Could anyone please help? or any alternative options to get slot-wise memory capacity. I have enabled Physical_Memory_Array class it also does not update memory MaxCapacity filed. Please advise.
Thanks