SQL Server 2005 Table Alter History

Posted by Kayes on Stack Overflow See other posts from Stack Overflow or by Kayes
Published on 2010-04-06T07:56:10Z Indexed on 2010/04/06 8:13 UTC
Read the original article Hit count: 381

Hi. Does SQL Server maintains any history to track table alterations like column add, delete, rename, type/ length change etc? I found many suggest to use stored procedures to do this manually. But I'm curious if SQL Server keeps such history in any system tables? Thanks.

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server