The use of redundant resources to improve reliability, fault-tolerance, or performance.
As far as i know SQL Server provides 4 techniques for better availability. I think these are the primary usage scenarios, …
sql-server replication cluster-computing mirroringWhile doing a MySQL dump is easy enough, I have a live dedicated MySQL server that I am wanting to …
mysql backup replication mysqldump backup-strategiesIs it possible to get replication status from any system database table. using which i can identify whether the replication …
mysql replication statusI have 2 MySql with a master/slave configuration and the replication is failing. The MySql Master crashed and a new …
mysql replication master-slaveAt the startup I'm working at we are now considering scaling solutions for our database. Things get somewhat confusing (for …
mysql replication scaling cluster-computing database-clusterHere is a related question. Why do I get this error even when I have not installed SQL Server replication ? …
sql-server-2008 replication database-replicationWe have a transactional replication setup using 3 SQL Servers, 1st as publisher, 2nd as distributor, and 3rd as subscriber. We …
sql-server sql-server-2008 replication database-replicationDoes anyone know of a query I could run that would tell me what articles, if any, in a target …
sql-server replicationI'm developing an application that works distributed, and I have a SQLite database that must be shared between distributed servers. …
sqlite replication distributed-computing high-availability rethinkdbThe redis slave won't sync with the master. Connectivity: I can connect to the master when I issue HOST_NAME=…
redis replication