Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: inserted link to hotfix 6-3-104 download

...

Execute this script: (can be downloaded here)

Code Block
languagesql
titleHotfix-6-3-104.SQL
EXEC ('alter table agent_total_counters alter column paging_low_free bigint')
EXEC ('alter table agent_total_counters alter column paging_average_free bigint')
EXEC ('alter table agent_total_counters alter column virtual_memory_low bigint')
EXEC ('alter table agent_total_counters alter column virtual_memory_average bigint')
EXEC ('alter table agent_total_counters alter column peak_context_switches bigint')
EXEC ('alter table agent_total_counters alter column average_context_switches bigint')

...