Check Last Modified DateTime for An Object (Table,Stored Procedure,Trigger etc.) in SQL Server

preview_player
Показать описание
We as SQL Server developers send our DDL Scripts ( Add New Column, Drop some column from table, or Alter Stored Procedure) to DBA. After deployment we verify those changes and sometime it happens that the changes are not done. Maybe DBA has missed one of the script to run. If we can get the last modified date for object ( Table,Stored Procedure, View etc) that can confirm the changes are done on given date.

blog post link for scripts used in this video
Рекомендации по теме
Комментарии
Автор

Just what I wanted to know. Concise. Thanks.

andrestevenson
Автор

Do you know how I can see which data set/row has been modified in which table if I want to reverse engineer a frontend function in order to automate it?

Vritas
Автор

how to add inserted date and updated date in already creating and updating table

sweetamruth