Ushan Kavinda
Ushan Kavinda

Reputation: 98

maintain a log of SQL server database changes

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

Answers (1)

Drishya1
Drishya1

Reputation: 269

You can also try creating a Database Trigger to track the changes made to the objects.

Upvotes: 1

Related Questions