Top "Replication" questions

The use of redundant resources to improve reliability, fault-tolerance, or performance.

I get a "An attempt was made to load a program with an incorrect format" error on a SQL Server replication project

The exact error is as follows Could not load file or assembly 'Microsoft.SqlServer.Replication, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080…

c# sql-server replication
Could not obtain information about Windows NT group user

I am creating a SQL Server Replication using a script. When I try to execute The job failed. Unable to …

sql sql-server replication sql-server-agent
How do I check SQL replication status via T-SQL?

I want to be able to check the status of a publication and subscription in SQL Server 2008 T-SQL. I want …

sql sql-server sql-server-2008 replication
List all tables that are currently published for replication MS-SQL

I need to get a list of all tables that are published for replication from MS-SQL databases. Is there a …

sql-server tsql replication publish-subscribe
SQL Server 2008 replication failing with: process could not execute 'sp_replcmds'

I have an issue with SQL replication that I am having trouble fixing. What I am doing is restoring two …

sql-server-2008 replication
MySQL slave I/O thread not running

I have set up replication for MySQL server. I can connect from the slave machine to the master server using …

mysql replication slave
Error: "could not initailize master info structure" while doing Master Slave Replication in MySQL

I am trying to do Master Slave Replication for MySQL. When i am typing the following command: CHANGE MASTER TO …

mysql replication master slave
Where can I find the file my.ini file for windows mysql server?

The same question is repeated again and again and i am another one repeating this question . I have already set …

mysql replication my.cnf
How to delete replication slot in postgres 9.4

I have replication slot which I want to delete but when I do delete I got an error that I …

postgresql replication postgresql-9.4
Updating AUTO_INCREMENT value of all tables in a MySQL database

It is possbile set/reset the AUTO_INCREMENT value of a MySQL table via ALTER TABLE some_table AUTO_INCREMENT = 1000 …

mysql replication