View Single Post

   
  #2 (permalink)  
Old 02-27-2008, 03:08 AM
Jurgen Haan
 
Posts: n/a
Default Re: Zugriffstatistiken

I hope your English is better than my German

There are a few possibilities for monitoring table usage.
One is by using a stored procedure which keeps track of table usage.
Another way is by using the statement monitor, but when many queries are
sent, this could be quite a performance hit and it could get a bit hard
to keep track of.

You could also ask the users, or have the client application keep track.

-R-
Reply With Quote