Click here to Skip to main content
15,886,199 members
Everything / Replication

Replication

replication

Great Reads

by Maxim Komlev
Task Scheduler JavaScript library
by setevoy4
Redis replication setup example with a basic Master-Slave replication and Redis Sentinel
by setevoy4
The redis-py library and work with Redis Sentinel from Python
by Alain Peralta
A very simple replication cluster with MariaDB

Latest Articles

by setevoy4
The redis-py library and work with Redis Sentinel from Python
by setevoy4
Redis replication setup example with a basic Master-Slave replication and Redis Sentinel
by Maxim Komlev
Task Scheduler JavaScript library
by Alain Peralta
A very simple replication cluster with MariaDB

All Articles

Sort by Score

Replication 

30 Jan 2015 by Member 10679942
I want to know the problems of replication using BD mySql located on remote servers and have a weak connection
6 Mar 2017 by nmeri17
I have a DOM element with children that contain placeholders. I need to loop through the object in the JSON array and replace the placeholders with corresponding keys in the array.What I have tried:Here is the html element I wish to prototype:
23 Dec 2019 by RickZeeland
I'm afraid this is not a "basic question", database replication is a difficult subject. Here is an interesting article: Database Synchronization with the Microsoft Sync Framework -- Visual Studio Magazine[^] And maybe you can learn something from this discussion about working with an offline...
20 Mar 2012 by RDBurmon
I am getting this error while creating distribution database. I am trying to setup snapshot replication on sql server 2008TITLE: Distributor Properties------------------------------Could not add distribution database 'distribution'.For help, click:...
27 Apr 2012 by Hesha
When ever transaction occurred in the SQL server(2008) At that moment without a delay i want to replicate that data to a another SQL server(2008) in the different Location. and also if i do any modification to the 2nd server it should auto matically synchronized with 1st server.both the servers...
30 May 2012 by amir tarek
i have a database in sql server 2008 this data base is connected by an application that add and remove and edit records on its tables i want for each change on this database the same change happen to another database which is similar to this one on another sql server 2008 on another...
30 May 2012 by Corporal Agarn
Look at SQL Server Replication[^]
30 May 2012 by Arunprasath Natarajan
Dear Amir,Check this link, Hope it will help you.http://blog.sqlauthority.com/2007/08/21/sql-server-2005-create-script-to-copy-database-schema-and-all-the-objects-stored-procedure-functions-triggers-tables-views-constraints-and-all-other-database-objects/[^]Regards,AP
30 May 2012 by Sandeep Mewara
Apart from djj55 link provided, look at these to get more info:CP: SQL Server 2000 - Merge Replication Step by Step Procedure[^]Implementing Transactional Replication [^]MSDN: Implementing Master-Subordinate Snapshot Replication Using SQL Server[^]SQL Server Replication[^]Copying Data...
1 Jun 2012 by amir tarek
I have a database called DB1 in a local computer called Com1i want to make any action happened on DB1 on another database called DB2 in a remote server called Ser1Ser1 can be accessed over internet using IP or i can to make VPN network between Ser1 and Com1 i want to make a...
1 Jun 2012 by Tim Corey
I don't believe there are any issues with using Remote Replication on the Evaluation Edition. As far as how to do a peer to peer replication (two databases staying in sync with each other remotely), this article is...
26 Oct 2012 by Rakesh S S
I am creating billing system so biil can be made Locally(offline) or through a remote location (online) and want togenerate a bill number which is meaning full LIKE 1234 & not like NEWID() Which is generating as random numberso identity column to be generated offline as well as online so...
29 Oct 2012 by Shanalal Kasim
Use different prefix for online & offline bill numbers
29 Oct 2012 by Aarti Meswania
it is not practically possible.else you have to update voucher nos while synchronize local database with online one, and it's not a good way to do thisso,you should use prefix like Branch id/ branch code for offline as well as online entriesHappy Coding!:)
24 Dec 2012 by golrokh_ka
hi,my application has two parts, a version uses in central company and a version uses in another companyevery day all subcompanies should send their data for main company,and they can have reports all of them,also i have basic data tables i need the best way for replication , i have some...
24 Dec 2012 by Zoltán Zörgő
First of all, it could depend on the DBMS. You have not specified what you are using.You wrote, that data will be uploaded from branch office to the main office. So let's suppose there is no data sent back to the branches. And even less you don't need to sync data between branch offices....
11 Mar 2013 by hemantwithu
I have been working in VB6 to VB.NET migration project.In VB6 project they have individual databases(access db .mdb) for every user now we made that to Centralized database SQL SERVER.In old application we have a MasterDB.mdb which is in sync with the local.mdb.Some times we need to sync...
1 May 2013 by gmohanraj
Hi , Check in system databases list , it already the database in the name of distribution.
22 Aug 2013 by rahulhundarekiran
when synchronizes agent got error "The schema script 'student_2.sch' could not be propagated to the subscriber."
1 Sep 2013 by Saurabh.abhyankar
Hi there , I have set up a Merge replication on the SQL server 2008 R2 . Which exchanges all rows that have changed between the Publisher and Subscriber since the last time synchronization occurred.here is one scenario i want to ask you guys about. What happens when the Publisher and...
18 Oct 2013 by (pmac)
Could anyone please give me each step to setup sql server 2008 replication over internet or vpn.Thank you a million.
25 Sep 2013 by Pradeep Shukla
You should have searched in CP prior to posting this question:SQL server 2008 replication Step by Step Guidance!!!![^]
28 Oct 2013 by Mr. Avskmk
Hi,I am trying to replicate the data with "Transaction replication with subscriptions".I have done all the process according to this linkhttps://www.youtube.com/watch?v=rPs8FV5lHEMBut data is not getting replicated into another instance of SQL Server.When i check the...
28 Oct 2013 by thatraja
I can't access youtube here.Check theseSQL 2012 - The remote server does not exist, or has not been designated as a valid Publisher, or you may not have permission to see available Publishers[^]Error when creating a subscription[^]And more...[^]
9 Nov 2013 by Christian Graus
The GUID should be the primary key. That would be the point of using them, your clients can create new rows that remain unique when synched to the server.
7 Jan 2014 by Stephen Hewison
Hi,We've got a project coming up that will require us to replicate data from a server, across the internet to ideally a browser, or if not, an in process .Net database.SQL is our current data store. Using merge replication is not an option without significant database redesign.Can...
27 Jan 2014 by shadyrocks08
Quote:Hey GuysI am currently having a Transactional Replication setup between two servers.Now I am wanting to change the publication Type to Merge , so wanting to change the transactional to merge replication.What does it require? Do i have to delete the publisher and subscriber for the...
11 Apr 2014 by Maciej Los
Have a look at similar question: Merge Replication Error with SQL Server 2005 SP2 [^]. It might help you to solve your issue.
3 Aug 2014 by Peter Leow
You may consider implementing an Application Cache[^]
3 Aug 2014 by vic53
You can design a local application with local db files ; you must build the minimal working scenario for your application in order to send the new data when the line is up again.Ypu can design local db ACCESS 2007 with asp page and local IIS 7.5 with minimal form.You can transmit the data...
6 Oct 2014 by Member 10390715
I make replication master - slave in mysql database.IP master (linux on raspberry PI) is 192.168.1.10IP slave (windows) is 192.168.1.3But slave (windows) error "Unable to connect to master"If I switch master become slave and slave become master, error "IO thread not start"If I config...
17 Mar 2015 by Chetan Saini
I am new with merge replication so non sense can be expected,What i did. 1) New Local publication done is on remote server.When i am trying to do local subscription with remote server for selection of publication server, in server name i used remote server ip 103.247.99.75,1232 with...
17 May 2015 by Member 11697801
I am configuring master slave replication between two servers. First Server A is master on localhost Xampp, and B is slave server (web server).Master Server is properly configured but having issues with slave server.ERROR:: Unable to read master log position. Possible privilege...
15 Oct 2015 by ZurdoDev
Please refer to documentation, https://technet.microsoft.com/en-us/library/cc961794.aspx[^]. This is also something very easy to google yourself, FYI.
5 Nov 2015 by Saurabh.abhyankar
I have a issue regarding Merge Replication. I have a table SETTINGS where in i store the settings of my software. The schema of the table is ID ( PK) , Description , Value. Suppose i have 15 rows in this table on my server. Now i have applied filter on this table saying only the first 10 rows...
10 Dec 2015 by Saurabh.abhyankar
I have a merge replication setup, I have applied static filters so as to send only specific rows to the subscribers from a publisher (table) say 'X' the filter is " where Name Starts with 'T' ". Now after sync the filters are applied and the rows are synced. E.g: The subscribers will have the...
12 Dec 2015 by marimir
I want to configure bidirectional transactional replication in sql server 2008 r2 , I've read some help about it and I get that maybe I should just use the enterprise sql version and merge replication ... I want to know that if it is correct or not ?And if I should just use this way, would you...
12 Dec 2015 by Kornfeld Eliyahu Peter
In a single replication you can not set it, but there is no problem to define a publisher as subscriber too, however it may be a better solution to use the Microsoft Sync Framework[^]...
8 Apr 2016 by Himu from Orissa
How do I replicate a mysql database from a system having dynamic ip address(master) to a system having static IP address(slave).Here is the requirement - Client runs an application in offline mode(system has internet connection but not all the time), all the data from the database needs...
14 Jul 2016 by Vignesh Mani
Hi Friend Below link helpful for you.SQL Server Replication Step by Step[^]https://support.microsoft.com/en-us/kb/321822[^]
12 Oct 2016 by Member 12790313
I m trying Transaction replication over an static ip. I have 2 servers one has static ip but other one does not i have . In this case can i do replication . Even i have connect the static ip sql server on the other server I tried to much but at the end i got an error on the subscriber . I have...
6 Mar 2017 by nmeri17
The current, more robust function looks like thisfunction renderConstruct(datas, target, prototype) { $(datas).each(function(index, data) { var clone = prototype.first().clone(), name = clone.show().unwrap().html().replace(/\{\{(\w+)\}\}/gi, function (match, $1)...
22 Nov 2018 by SulfySul
I have 3 MySQL Database (Master 1, Master 2, Master 3) at three different locations, i would like to get the data from all 3 Location to a Central Database (Slave 1)located in my office. All data from masters should be available in slave 1, syncing data across masters is not required. Is there...
22 Nov 2018 by CHill60
I think what you are looking for is "Multi-Source Replication" - see this set of articles MySQL :: MySQL 5.7 Reference Manual :: 16.1.4 MySQL Multi-Source Replication[^]
30 Mar 2019 by setevoy4
Redis replication setup example with a basic Master-Slave replication and Redis Sentinel
3 Apr 2019 by setevoy4
The redis-py library and work with Redis Sentinel from Python
18 Dec 2019 by izz moe
I am working on an application whose database backend needs to be replicated in both directions over a number of clients who are usually offline. Here's the general use case: User installs software on personal laptop. User loads data from the master database server onto her laptop. User...
18 Dec 2019 by RickZeeland
Maybe this one: database-cluster-managers~symmetricds[^] But you will probably have to install that on all computers too ...
23 Dec 2019 by izz moe
I'm working on a visual studio wpf project that would be used by several users. I want every user that installs the software to have a local database connected to an online database (hosted)... for this purpose I decided to go with sql server merge replication. My question is; in order to add...
22 Oct 2020 by Pro86
Hello all, I am learning SQL Server replication feature. I have configured replication on my SQL server instance. Everything works as expected in between source and destination DB. My question is , what if i restore my publisher(source) db from...
21 Oct 2020 by Gerry Schmitz
It requires a strategy. Back Up and Restore Replicated Databases - SQL Server | Microsoft Docs[^]
15 May 2014 by Kornfeld Eliyahu Peter
Using cursor for any SQL is a waste of resources, so you must avoid it if you can. To replicate a database for sure you can't use a cursor!Learn about Oracle's replication method than use the right tool for the right...
10 Jun 2014 by Alain Peralta
A very simple replication cluster with MariaDB
27 Apr 2012 by Sandeep Mewara
Have a look at these:Video: snapshot replication sql server 2008 - part 1 - YouTube[^]Video: How to Setup Replication with SQL Server 2008 ?[^]
27 Apr 2012 by Arul R Ece
Hi .. u can refer SQL Server 2005 - Merge Replication Step by Step Procedure[^]It may be help u
14 Jul 2016 by DLQ365
I have 3 servers like Server1, Server2 & Server3.I want to set up transactional replication between server 2 and server3. I do not have distribution datbase on server2. I want to use server1 distribution database. Is it possible ?What I have tried:I did not try, because I do not know...
15 May 2014 by manoj b arman
How to replicate an existing database using cursors in pl/sql ?
27 Jan 2014 by shadyrocks08
Hello I am having a merge replication between publisher and subscriber and now on running , I get the following error Quote:Object referenced by the given @article or @artid could not be foundI searched the object in sysmergedarticles on the publisher database and checked the object which...
2 Aug 2014 by Member 10361286
My project is developed by using ASP.NET 3.5 & SQL Server 2008. It is already working in one domain (Ex: www.abc.com). Sometimes the server is down. So we are planning to work the same application in my local office while the server is down. Once the server is up; then all new entries must be...
14 Oct 2015 by Vikenesh
Why and when we have to go for PULL-Replication?
30 Dec 2015 by M. Rawan
HII have a VPS with public IP '192.xx.xx.xx'. when i installed sql server the sql server default name was the same as my vps let's say it's 'MYVPS' now when i try to connect to sql server i use the public IP '192.xx.xx.xx' as server name and i had no problem with it.the problem is...
22 Oct 2020 by Osman Bur
using System; using System.Windows.Forms; namespace KAYAN_YAZI { public partial class Form1 : Form { private int xPos = 0, YPos = 0,Hiz=5; public string mode = "SoSa"; public string mode1 = "Asagi"; ...