Is there an easy way to find out when a stored proc or a view was last run in sql server 2000.
I am trying to clean up a database but dont want to remove views, procedures and functions that other applications or dts packages may be calling upon for data.
Ideally i was kinda hoping that there is a system table that keeps a record of the last time each object is called???
Any ideas would be grately appreciated...
j
I am trying to clean up a database but dont want to remove views, procedures and functions that other applications or dts packages may be calling upon for data.
Ideally i was kinda hoping that there is a system table that keeps a record of the last time each object is called???
Any ideas would be grately appreciated...
j