Using Sql Compare with Replication?
glenhong
Posts: 2
Hi,
We are looking for a tool such as sql compare to synchronise databases. We are pretty sure that it has everything we need. However, we are not sure if it works on a replicated database.
Does anyone know if you can synchronise with a replicated database?
Thanks in advance
Glen Hong
We are looking for a tool such as sql compare to synchronise databases. We are pretty sure that it has everything we need. However, we are not sure if it works on a replicated database.
Does anyone know if you can synchronise with a replicated database?
Thanks in advance
Glen Hong
This discussion has been closed.
Comments
SQL Compare isn't replication aware, so for instance if you have a column involved in replication, you cannot simply DROP it like SQL Compare wants to do, you'd need to run a special stored procedure called sp_dropreplcolumn. This means that if SQL Compare needed to drop a column that is involved in replication, SQL Compare's script could fail.
Detecting and handling replication is something we are looking at doing possibly later on.