I want to \"replicate\" a database to an external service. For doing so I could just copy the entire database (SELECT * FROM TABLE).
I would be interested in some timing details. For example I place in session some container, which can 开发者_如何学运维keep different data. I do change of content of the container frequently. How can
Right now I have a DB where the PK\'s are int IDENTITY.I recently, in the last year, was tasked with adding these to a Replication Topology.This has worked out quite well with the exception of the IDE
when I run the app on server I get: Could not load file or assembly \'Microsoft.SqlServer.Replication.DLL\' or one of its dependencies. This application has failed to start because the application co
I work in a small supermarket chain (4 stores).Each store has its own local database which contains information of each product, prices, and transactions that have ocurred on the store.In addition, ea
The situation is as follow : Our company works two main production sites, communicating via WAN. We develop a software internally which uses about 100Gb of disk space on our servers (application data
I have two SQL servers that I need to have identical. Sync should occur maybe a couple times per day, automatically.
I have to try out a master-master replication for a database of four tables. Both the master can write at once, but they would not be updating the开发者_C百科 same rows of a table and the insertions w
I need to set up a one-way transactional replication from a SQL Server 2005 database to MySQL 5.1 Database.
I have to set up a new mysql replication replicating two databases. So I have this script which locks tables, makes a dump and unlocks them.