cancel
Showing results for 
Search instead for 
Did you mean: 

start synchronization schema change

eric_verhorstert
Explorer
0 Kudos

SQL Anywhere 12.0.1

Is it allowed to execute "start synchronization schema change for tables .... set script version = ....  alter table .... stop synchronization schema change;" multiple times? Some of our users don't install all version and it that case in can happen that this command is executed twice for different tables.

Thanks

Eric

Accepted Solutions (1)

Accepted Solutions (1)

former_member188493
Contributor
0 Kudos

There are two rules that may help here...

First, The Watcom Rule states "Watcom Does Things The Way They Should Be Done".

If The Watcom Rule applies here then the answer is "yes, you can execute multiple separate consecutive pairs of START / STOP SYNCHRONIZATION SCHEMA CHANGE" statements.

Second, The MobiLink Rule states "You must test ever single synchronization setup change before implementing it."

One way to do this is to use your local MobiLink test setup that consists of a test consolidated database and two or more test remote databases. You do have a local test setup, right? Of course you do ;]

Testing will determine whether two START / STOP pairs will work; the Watcom Rule tells you it's worthwhile testing.

Answers (0)