Hi there!
I need to track down changes in the "Max Server Memory" option in SQL 2k8 R2. I need to get date/time of the change, such as the login who dit it.
I've tried auditing execution of sp_configure, and UPDATES in sys.configurations, but none of these worked.
I've also thought in CDC, but you can't enable it on system databases.
Does anyone have a clue?