Activity overview
Latest activity by e106199
thank you,
i knew it was a simple task for sql compare.
maybe it should be a default check since its the most guarantee way to sync tables.
-shane / comments
thank you,
i knew it was a simple task for sql compare.
maybe it should be a default check since its the most guarantee way to sync tables.
-shane
sycn table changes in a wrong order
Hi,
i have a table structure like
col1
col2
col3
when i change it to
col1
col2
col2a (this is the new column located between col2 and col3)
col3
the remote database is sync and it becomes
col1
col2...