Showing posts with label forexample. Show all posts
Showing posts with label forexample. Show all posts

Tuesday, March 27, 2012

Database change tracking software

Does anyone know of software that tracks changes to a database? For
example, it would track anytime an SP or view was recompiled, or if
you added or deleted a column to a database?"Matt Karp" <mattkarp@.hotmail.com> wrote in message
news:f23a0aff.0410140909.772fbb37@.posting.google.c om...
> Does anyone know of software that tracks changes to a database? For
> example, it would track anytime an SP or view was recompiled, or if
> you added or deleted a column to a database?

You could do that with Profiler, or there are are many third-party tools for
MSSQL monitoring.

Simon