Run 2 Data compare to same database.
keatac
Posts: 3
I have 2 DB needed to sync to Main DB. what will happen if i sync them at the same time, will the MainDB lock so that db2 can't sync,
for example:
DB1-->MainDB
DB2-->MainDB
Do i need to Lock the Main DB, to sync? :? and how?
or the SQL server will take care for us? :idea:
by the way, i'm using SQLDATACompare, SQL SERVER 2005 EXPRESS.
for example:
DB1-->MainDB
DB2-->MainDB
Do i need to Lock the Main DB, to sync? :? and how?
or the SQL server will take care for us? :idea:
by the way, i'm using SQLDATACompare, SQL SERVER 2005 EXPRESS.
Comments
basicly our application built for network, but last minute client require to run the application if the network down, so we have to move the DB to local PC, and sync to Server. :?
so, when SQLDataSync running, will it lock the both database for using?
If you examine the update scripts, you'll have an idea of what is going on. Data Compare's engine is just producing and running a normal SQL script. The whole database isn't going to be 'locked', but there will be locks on the individual tables being updated.