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

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -