dbTalk Databases Forums  

view table's activity history

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss view table's activity history in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
baobei
 
Posts: n/a

Default view table's activity history - 09-09-2003 , 04:39 PM






Hi, is there anyway to view a table's activities history
info like updates, deletes? Does it have to be in log
somewhere or I can retrieve it somewhere else? Thank you
in advance.

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: view table's activity history - 09-10-2003 , 01:18 AM






You may be able to do this king of tracking in Lumigent's Log Explorer. You
should also be able to do this using triggers and audit tables. You will
not be able to log SELECT statements. For this you could use a Profiler
trace. A profiler trace would also see all other tyoes of activity against
the tables etc.

We are currently implementing a solution whereby we look at trace tables for
a predefined trace and extract the information about Server/Database/Table
activity by whom, when,what, reads, writes, CPU and duration.



--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"baobei" <baobei1627 (AT) aol (DOT) com> wrote

Quote:
Hi, is there anyway to view a table's activities history
info like updates, deletes? Does it have to be in log
somewhere or I can retrieve it somewhere else? Thank you
in advance.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.