Re: Audit 3 fields in one table
- From: "Hari Prasad" <hari_prasad_k@xxxxxxxxxxx>
- Date: Fri, 23 Feb 2007 06:36:55 -0600
Hello,
Take a look into the INSERT/DELETE Triggers in books online. So when ever
there is a delete or Insert happendson table HandoverClinicalChanges a
record
will be inserted to the audiit table. See the below URL for examples and
usages of triggers.
http://www.sql-server-performance.com/nn_triggers.asp
Thanks
Hari
"Kev" <kevin.vaughan@xxxxxxxxxxxxxxx> wrote in message
news:1172208080.462256.162750@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,
I am unfamiliar with SQL Server 2005 but want to learn more.
I have an application with a MS Access 2003 Front end and a 2005 SQL
Server backend.
I have a table called HandoverClinicalChanges, there are 3 main fields
which are updated by Doctors - usually by adding to the end of the
previous entry, sometimes by deleting the previous entry and adding
their own.
I want to be able to capture the changes and additionsthey record to
these fields in a table (? audit table).
Is there an easy way do this in SQL SERVER 2005 or should I do it in
ACCESS FE?
Thank you for any help and advice.
Regards
Kev
.
- References:
- Audit 3 fields in one table
- From: Kev
- Audit 3 fields in one table
- Prev by Date: SQL Express 2005 doesn't accept SSL certificate ...
- Next by Date: Table permission vs query permissions
- Previous by thread: Audit 3 fields in one table
- Next by thread: SQL Express 2005 doesn't accept SSL certificate ...
- Index(es):