Viewing post 1 (of 1 total)
Change these two lines in your script to make it 2012 compatible -
-- Read physical memory on server
SET @TotalMEMORYinBytes = (select physical_memory_kb from sys.dm_os_sys_info)
-- Coverting value from bytes...
June 26, 2012 at 2:31 pm
#1505843