tsql - Change tracking lost on table design changes -
using sql management studio (the latest version, sql express), enable change tracking on database , of tables.
if ever need edit columns of 1 of tables change tracking enabled, have re-enable change tracking manually on table afterward.
is there way have change tracking automatically re-enabled after edition table structure ?
i don't think so, if can afford lose of data set job run periodically , re-enable it. should extract ct data , archive somewhere before make table change.
Comments
Post a Comment