I have had an issue with our replication process and would like to salvage some data.I have a process in place where I will connect to each subscriber before flagging them for reinitialization and I w
I\'m doing a INSERT ... ON DUPLICATE KEY UPDATE but I need the update part to be conditional, only doing the update if some extra condition has changed.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have 12 databases totaling roughly 1.0TB, each on a different physical server running SQL 2005 Enterprise - all with the same exact schema. I need to offload this data into a separate single databas
I have an J2EE compliant web application. I use a session based token to append a secondary id to all incoming link generated by my application. To prevent my application against CSRF attack, I valida
I need to make some tests for a potential migration from Mysql to PostgreSql. It will be easier to test if it is possible to use Postgre as slave for my MySQL master.
I\'m trying to configure replication on SQL Server 2005. I can do it using wizard. But when I\'m trying to run generated scripts by this wizard the error message appears:
I want to have a version of my db that contains all o开发者_StackOverflow社区f data from first to now. If I use sql server replication, can I force that to ignore delete operation for replication?I am
I want to run the following rename EXECUTE sp_rename N\'dbo.Semesters.IsPublic\', N\'Tmp_ShowNCs\', \'COLUMN\'
I have been reading the Paxos paper, the FLP theorem etc. recently and evaluating Apache Zookeeper for a project. I have also been going thru C开发者_StackOverflow社区hubby (Google\'s distributed lock