Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-08-26 : 11:33:09
|
| Ritesh writes "Is it possible to know when a particular table was last accessed (for UPDATE/DELETE/INSERT) using T_SQL?ThanksRitesh" |
|
|
setbasedisthetruepath
Used SQL Salesman
992 Posts |
Posted - 2002-08-26 : 11:57:51
|
| No, you would have to build in that functionality yourself with triggers or other similar mechanisms.Jonathan Boott, MCDBA{0} |
 |
|
|
|
|
|