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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -