No, SQL Server does not track this information.
There was a thread earlier today... When was an SP last run?
Basically, you can use profiler, a 3rd party auditing tool like Entegra, add
custom auditing to the stored procedure(s) that touch the table(s), or use
triggers.
A
On 3/31/05 9:39 PM, in article eIooZQmNFHA.1500@TK2MSFTNGP09.phx.gbl,
[quoted text, click to view] "William F. O'Neill" <wfoneill001@bellsouth.net> wrote:
> I would like to know if I could find out the date a table was last accessed.
> If so, could you give me some script to do this?
>
>