Set Identity_insert on - Merge Replication
I have merge replication set up between two databases and am using identity ranges on both. I want to add a specific row to a merged table (setting the identity value to something outside of the...
View ArticleGuide for Replication in MS SQL Server 2008
I wonder if anyone know/have a good guide for Replication in MS SQL Server 2008? I want to set up a Replication between two different computers that run MS SQL Server 2008, the master runs on Windows...
View ArticleSQL Server 2005/2008 International Real-Time Availability
My company recently opened an office in Singapore. I work on the web application we use internally to manage the company, using a SQL Server 2005 back-end. Because of slow access over the net from...
View ArticleHow can I slow down a MySQL dump as to not affect current load on the server?
While doing a MySQL dump is easy enough, I have a live dedicated MySQL server that I am wanting to setup replication on. To do this, I need dumps of the databases to import to my replication slave. The...
View Articlereplication between SQL Server and MySQL server
I want to setup replication between SQL Server and MySQL, in which SQL Server is the primary database server and MySQL is the slave server (on linux). Is there a way to setup such scenario? Help me .
View Articlehosting a magento/website instance on multiple international server
We have a magento website running and we would like to go international. So instead of just selling international we would like to have local server (IPs) and domains for each country (.com, .uk, .au)....
View ArticleWrapper stored procedure to create publication for transactional replication
I have created a wrapper stored procedure to create publication for transactional replication for SQL Server 2008 Standard Edition SP3. But when I execute the procedure I get the following error. The...
View ArticleHow to tell what user has synced
I have set up merge replication web sync to sync a publication from a SQL Server 2012 database. I am trying to make some parameterised filters using SUSER_SNAME() or HOST_NAME(). When I do a sync is it...
View Article"Subscription to Publication" Verified
I'm using SQL Server 2008 R2 on a server, with SQL Server 2008 R2 Express on about 40 mobile devices. Merge replication is set up with 1 publisher & distributor server, with the mobile devices as...
View ArticleMicrosoft Merge replication for Android and iOS
Microsoft Sync Toolkit is extensible by design and allows you to connect databases on Android and iOS clients to sync. Can you get Merge replication to work with iOS and Android?
View ArticleHow to user the Tablediff Utility with Replication Filters
I am using merge replication in SQL 2012. I am trying out the TableDiff utility to show non convergence. I see a problem with this approach though. This is because I am using parameterised filters to...
View ArticleSync creating multiple subscription sqlcereplication
I am currently developing a bridge between a database and a sql server database android (sqlite). To do this, I use a web service and filtered replications with sqlce databases stored on a server IIS...
View ArticleTransactional Replication Snapshots causing serious locking after 2012 upgrade
I am experiencing serious locking when adding new articles to an existing transactional replication publication, which is hanging the website. This is the first time I have attempted this since I...
View ArticleWhat is actually happening when postgresql discovers the trigger file and...
I have a streaming replication setup between two postgres servers (master: server A, slave: server B). I'm wondering what's actually happening under the hood when I touch the trigger file and the...
View ArticleHow to handle SQL Merge Replication Conflicts
I have a situation that I am looking for some guidance on. I have 4 SQL 2008 databases that are syncronized over the internet using merge replication. 1 publisher and 3 subscribers. Normally records...
View ArticleSQL Server Troubleshooting Replication and Long-Running fn_dblog query
I am trying to get (pull) Transactional Replication working again for a subscriber. Currently, in Replication Monitor I am seeing messages in the Publisher to Distributor tab and the Distributor to...
View ArticleSQL Server 2005 Replication
I am in the process of creating Replication between 2 Remote Servers, server 1 is the Distributor and Publisher and server 2 is the Subscription. server 1 windows 2003 server 192.168.10.1 connected by...
View ArticleMerge Replication identity field issues
One of our clients is using our software with merge replication of a database on a SQL Server 2008 R2 machine. There are two production environments in separate geographical locations only one of which...
View ArticleSQL Server replication conflicts after migration from 2000 to 2008
I got a suggestion over at Stackoverflow to post here....greatful for any and all help. Please bear with me I think this might take a while to explain. For many years now my company has hosted a...
View ArticleSyncronize mysql databases between local and hosted servers automatically
We have many website with Development , Staging and Production Server. we have many developers for many projects, we need a solution to synchronize the database with developer database with staging...
View Article