What amount of System resources your database is using?

  • Thread starter Russ via AccessMonster.com
  • Start date
R

Russ via AccessMonster.com

Is there any way to see how much system resources your database is consuming?
Maybe capture the memory at start up them when fully loaded and operational.
Do not want my database to be a memory hog!
 
A

Alex Dybenko

Hi,
you can use a Task manager (press ctrl+alt+del and then task manager)
Look at msaccess.exe process there
 
R

Russ via AccessMonster.com

Thanks, but is there any way to capture that information and store it in a
table?
 
A

Alex Dybenko

Well, I think you can, but I don't know exact code, lot of API coding
require.
Try to ask in VB group perhaps
 
Top