Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9286469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T19:25:29+00:00 2026-06-18T19:25:29+00:00

Has anyone implemented this before? I.e. a change tracking mechanism for a database entity.

  • 0

Has anyone implemented this before? I.e. a change tracking mechanism for a database entity. So we can see different versions of the entity. Just don’t want to reinvent a wheel as it appears to be a common task in software engineering. I am specifically interested in complex entities tracking that include one-to-many and many-to-many relations, I.e. entities which properties are scattered across several tables. Some kind of database level versioning.
Any thoughts?

P.S. I’m using SQL Server 2008 and Entity Framework (code first) as ORM.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T19:25:30+00:00Added an answer on June 18, 2026 at 7:25 pm

    Change data capture is a great feature but it’s only available with the enterprise version of SQL Server.

    Other things you can try are:

    • DDL and DML triggers – write triggers for all tables and/or objects you want to track and store previous values in a storage table. This requires a bit of work on your side but it will definitely work. There is a trigger based auditing tool – ApexSQL Audit. You can install the trial, see how triggers are created there and then create something similar for your environment.

    • Version control – there are 3rd party tools that allow you to version your objects and data and you can probably automate these so you don’t forget to put something in version control. Try SQL Source Control from Red Gate or ApexSQL Version from ApexSQL.

    • Reading transaction log – if your database is in full recovery mode then almost all data is stored in transaction log (both DML and DDL except for SELECT). Unfortunately, you can only do this with 3rd party tools such as ApexSQL Log or Toad for SQL Server.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Before I implement something similar for the iPhone, I'm wondering if anyone has implemented
Has anyone implemented the Enterprise Library VAB along wtih Code Contracts in .NET 4.0?
Are there any open-source compression/decomp libraries available for Ruby? Has anyone implemented LZW? Or,
Anyone has implemented like the below carousel ? Note: The list of items should
Has anyone successfully implemented a Java based solution that uses Microsoft SQL Server 2005
Has anyone been able to implement a scrollable table in HTML where the TOP
Has anyone got practical experience or a reference for a scheme that implements a
Has anyone an idea how pipebytes.com works ? I need to implement similar system
Are there some good resources tutorials or anyone has tried to implement a Capcha
Has anyone ever used the hidden class PackageParser in Android source code with java

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.