- Posts: 3
- Thank you received: 0
Automatic logging of modifications
9 years 10 months ago #8695
by sander
Automatic logging of modifications was created by sander
I just stumbled upon your software and more specifically the Active Table Editor.
It sounds exactly what I’m looking for.
I want to have a simple way of basically having some coworkers to edit data directly in a SQL server table.
I have one question: Is it possible to create an automated log of the modifications made? So if someone modifies an e-mail address is it then possible to automatically create a record in a log file that says “<userid>,<date>,<time>,<database>,<table>,<fieldname>,<old value>, <new value>”.
It sounds exactly what I’m looking for.
I want to have a simple way of basically having some coworkers to edit data directly in a SQL server table.
I have one question: Is it possible to create an automated log of the modifications made? So if someone modifies an e-mail address is it then possible to automatically create a record in a log file that says “<userid>,<date>,<time>,<database>,<table>,<fieldname>,<old value>, <new value>”.
Please Log in or Create an account to join the conversation.
9 years 10 months ago #8697
by admin
Mike
ETL Architect
Replied by admin on topic Automatic logging of modifications
Hello
Which version and edition of sqlserver have you got?
Mike
Which version and edition of sqlserver have you got?
Mike
Mike
ETL Architect
Please Log in or Create an account to join the conversation.
9 years 10 months ago - 9 years 10 months ago #8706
by sander
Replied by sander on topic Automatic logging of modifications
Hi Mike,
That is quick...
We're using SQL server 2008.
And we using edition Standard Edition (64 bit)
Regards,
Sander
That is quick...
We're using SQL server 2008.
And we using edition Standard Edition (64 bit)
Regards,
Sander
Last edit: 9 years 10 months ago by sander. Reason: Forgot to mention Edition
Please Log in or Create an account to join the conversation.
9 years 10 months ago #8707
by admin
Mike
ETL Architect
Replied by admin on topic Automatic logging of modifications
I see.
There are several ways of doing it like using SQL server Change Data Capture ETC
In you case I think simple trigger as described here
www.simple-talk.com/sql/database-adminis...-on-the-audit-trail/
Should work perfectly
Mike
There are several ways of doing it like using SQL server Change Data Capture ETC
In you case I think simple trigger as described here
www.simple-talk.com/sql/database-adminis...-on-the-audit-trail/
Should work perfectly
Mike
Mike
ETL Architect
Please Log in or Create an account to join the conversation.
9 years 10 months ago #8709
by sander
Replied by sander on topic Automatic logging of modifications
Thanks for this, sounds like the way to go indeed and no need for supporting this in Active Tabel Editor then.
I'll have team install and look at the demo version to see whether it is a product then that we can use.
Thanks again!
I'll have team install and look at the demo version to see whether it is a product then that we can use.
Thanks again!
Please Log in or Create an account to join the conversation.
9 years 10 months ago #8710
by admin
Mike
ETL Architect
Replied by admin on topic Automatic logging of modifications
Thank
If you find a way to improove our software please let us know
Mike
If you find a way to improove our software please let us know
Mike
Mike
ETL Architect
Please Log in or Create an account to join the conversation.