sql server - how to get the modified column name in tables -
if want changes happened in database through sys.objects or sys.tables .but getting table name . how table name , column added table or column has been modified (datatype or constraint) .
for example if added employee table column called deptid should shown in changes in geiven date
tablename,modified or added column
it seems looking change tracking.
see http://technet.microsoft.com/en-us/library/cc280462(v=sql.105).aspx
Comments
Post a Comment