I\'m currently setting up replication in order to produce a database that will be used to run reports and take load of the main database.
So, I\'ve got an \'A\' server and a \'B\' server.We are using SQL Service Broker to perform replication.An application we have will need to write data to either the \'A\' server, or the \'B\' server.(
I have 2 similar tables in different servers, data in certain columns can only be changed by server A while data in other columns can only be changed by server B.
In SQLServer 2005, is it possible to migrate a data开发者_JAVA百科base from a workstation to another and also take the Replication configuration with it?
I am creating an application that has one server and multiple clients.It is a c# app that uses ADO.NET Entity Framework 4 over a MySQL database.
Just wrote a short script of copying all my tables into another local database. was quite easy but after checking it I found that the keys are gone and also the encoding for text fields are set to som
I added a table tblJoinCustBlastList to开发者_如何转开发 a merge replicated database and now I\'m getting this failure error during replication:
I have master-master 开发者_开发技巧replication working successfully, it works fine and all changes I make will reflect to slave also.
I would like to setup a free/custom solution to perform failover for VMware ESXi. The setup is as follows:
Can i set up sql server as master and my sql as slave in replication? I can find only two subscriber ie.Oracle Subscribers and IBM DB2 Subscribers. how to add my sql>??? –