Proc and View Changes

  • What is the best way to see which views and stored procdures have changed in the last month?

  • Implement change management and see what you changed. other than that sql server doesn't keep that info.

  • You'll need a third party program.

    Ortherwise you could try to script out all views, stored procedures and run a text-difference analyzer on it.

  • Or restore a copy of the db from a month ago and use a third-party differencing program to compare this db with the current version and highlight schema differences.


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

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