I have to identical tables in two different servers. I want to insert the
rows from server A to server B, where these rows doesn't exist in B.
For those who exist in B, I want to delete them from B before the insert and
then insert them too.
I managed to insert the rows but not to delete the r...
more >>