I was just asked by a user if there is any kind of version history that can be kept for SQL 2000 Databases? For example, he wants to keep track of the values for some fields at at any point in time. My first thought is that there isn't and this would have to be a feature that he would need to create, something like a version history table that gets updated with the field name and its value each time the field changes (using a trigger or something). Are there any third party tools out there that do this? TIA.