track table

  • how to track who is updated table or which process is doing that and when?

  • You can use profiler to capture all queries against the database, this will show who is doing what and you can also add filters so it only shows you the specifics you are looking for. You can also use triggers if you want to track these changes on an ongoing basis.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply