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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Version history tool? 1

Status
Not open for further replies.

unclerico

IS-IT--Management
Jun 8, 2005
2,738
US
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.
 
Version history for the schema or for the data? If you are trying to track historical data your going to have to do that programatically. Like you said, create a hist table and dump history into it will a trigger. There are some 3rd party tool that can help with the schema.

- Paul
- Database performance looks fine, it must be the Network!
 
thanks Paul, that's what I figured, just thought I would check it out.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top