Viewing 3 posts - 1 through 3 (of 3 total)
yes, the value shown under this is amount of memory used.
April 30, 2013 at 12:36 am
#1611127
"sys.dm_os_memory_objects" and "sys.dm_os_sys_info" can be used in 2005.
Not that cool but maybe useful.
April 29, 2013 at 3:27 am
#1610713
you can use the following query
hope it helps-
-- We don't need the row count
SET NOCOUNT ON
-- Get size of SQL Server Page in bytes
...
April 29, 2013 at 2:05 am
#1610696