Reputation: 98
if we are changing database time to time,
ex: adding columns,new tables,adding stored procedures etc.
how we can track or maintain a log of those changes?
Upvotes: 0
Views: 71
Reputation: 269
You can also try creating a Database Trigger to track the changes made to the objects.
Upvotes: 1