Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

on change 1

Status
Not open for further replies.

krkX

Programmer
Nov 12, 2000
54
NL
Hi there,

Is there a way to monitor changes to a table?

eg If I add or update a record can the system tell me that it has changed ... ?(stored procedures??)

(i am using SQL server 7)

Thanks,

krkX
 
You could write Update/Insert/Delete triggers for each table you want to track, and record all changes in some form of auditing table.

Greg.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top