I have two SQL server databases in different locations.I want to do something like replication. this is my scenario:
We have a MySQL setup with one master and two slaves we use Spring 3.0 to connect to the DBs and mysql-connector-java-5.1.13.jar.
I am unable to INSERT or UPDATE an item in my external list created from an external content type Here is the error:
The documentation page for INSERT ... SELECT states that for 开发者_开发问答INSERT ... SELECT to work with replication, an ORDER BY some column must be used so that rows may be inserted in a predictab
I have a merge replication scena开发者_开发知识库rio with 1 distributor/publisher and many subscribers.
I have a requirement where i have create replication between two tables with different names and which have different column names. Is it possible to create such replication.
I can\'t understand the difference between transactional replication and merge replication. This is my scenario:
We have merge replication set up in SQL Server 2000.One of our publications has 65 articles in it.This works fine but it is a hassle to modify anything (beyond adding a column via sp_repladdcolumn) be
How to find mysql DB is slave with out using \"show slav开发者_开发技巧e status\" by query? Here are 3 options you have to detect if Replication is running
We have a number of local Subscriptions that a vendor uses to Push us data every morning. We\'re looking to have more info about when this happens and specifically when it finishes using T-SQL.