tsql - Find recent object changes in SQL Server Database -
i've added , modified several (new , existing resp.) tables , stored procs, particular database , server, in last 3 months.
i thinking if there's sql query can determine changes.
thanks.
i don't think you're going able find you're looking for. sql server doesn't track information out of box.
to handle in future, can use kind of source control (redgate, one: http://www.red-gate.com/products/sql-development/sql-source-control),
or can set ddl trigger (one such technique described here: https://dba.stackexchange.com/questions/33541/how-to-keep-history-of-sql-server-stored-procedure-revisions/33544#33544).
Comments
Post a Comment