I have a few columns in a table that are added to my publication articles. When a change on a column that is not included in replication occurs, it still seems to update the msrepl_tran_version which
I have set up replication for MySQL server. I can connect from the slave machine to the master server using the replication user/password. I have got the slave SQL thread running, but the slave I/O th
I have a scenario where I\'m using transactional replication to replicate multiple SQL Server 2005 databases (same instance) into a single remote database (different instance on a separate physical ma
Our scenario: We have a main database that stores company-wide information. We have several retail locations which have their own databases they work off of. These locations need to use information i
I keep getting the The merge process was unable to create a new generation at the \'Subscriber\'. Troubleshoot by restarting the synchronization with verbose history logging and specify an output file
I am developing an application which needs to backup data between SQL Express 2005 and SQL Server 2008. My client runs with 开发者_如何转开发an installation of SQL express 2005 and needs to periodical
As I found this can be done with merge replication in SQL Server. But I have only one main server and many small ones(with Express edition installed on them).
From what I learned, a MySQL MASTER server is one that can both read and write. Correct? My questio开发者_开发技巧n is: Suppose you have 2 MySQL master-write servers (and many slave-read servers).
Suppose I\'m using transactional replication to replicate articles from one server to another (both running SQL Server 2000). This is setup and working great.
How can I st开发者_JAVA技巧art one slave and tell him to stop updating in one date and time? Like \"update slave until Friday 9:00\"?