sp_addmergesubscription Publication does not support the nosync type!
HiI've move databases with master, msdb with all replication settings (generate script) to new server.now I execute replication script which I was created in old server until to reach...
View ArticleTransactional Replication treating updates as Inserts
Hoping someone can give me some options on this one as it is driving me crazy Transactional Publication publishing a single table (56m rows) Table is two column (date and id) primary key (4 column...
View ArticleProblem to execute sp_adddistributor proc which facing error!
HiI've moved my main databases with master and msdb databases to new server (with the same name and sql server sa password as old server).to move relication settings, I've generate script for...
View ArticleHow can i remove the publication in sql server 2005 ?
Hi All,We have one issue with Replication. we configure the replication between A and B servers... A is Publisher server and B is the subscriber server and we have the distributor database is on B...
View ArticleLocal subscriptions is empty when i move databases with replication settings...
Hiafter a lot of efforts I've moved databases with master, msdb to new server and execute replication configuration script which I was generated in old server but the 'Local subscriptions' is empty...
View ArticleSQL Server 2014 Replication with Default Instance W2012R2STD
Our environment has VMs hosting SQL Server 2014 12.0.4100.1 with one in Azure. Each VM has just the SQL default instance and no named instances. I am setting up a uni-directional transactional...
View ArticleMove merge replication database to new server without reinitialize subscriptions
HiAfter a lot of efforts, I've moved my customer replication databases to new server as follow :In Old Server :1. Backup main database2. Backup master database3. Backup msdb database4. Backup...
View ArticleHow to mark reinitialize subscriptions without snapshot?
Hiwe have successfully moved replication databases with configuration from old to new server which I described in this thread.it's seem everything is ok, but the only step to close this process is to...
View Articlemerge replication processing order of UPDATEs, INSERTs and DELETEs
I can set the order of Merge Replication? I've read that the order is Delete -> Update -> Delete. I can change it? If so, how can it impact in my replication?
View ArticleProblem to reinitialize subscribtions after moving to new server
Hiwe have successfully moved replication databases with configuration from old to new server which I described in this thread.to avoid any unwanted errors during synchronization (for test), I've...
View Articlepull replication error
hi,one of my coworker setup a bunch of pull transactional replication. The snaps for this publication is compressed and is stored on the publisher+distributor. There are 30GBs of disk space atm. all...
View ArticleMerge Replication - multi hop possible ?
Hi,I was wondering if the following would work:server 1 <----MR----> server 2 <----MR----> server 3Thus a change would first propagate to server 2, then propagate to server 3.At the moment...
View ArticleReplication monitor measurements
Does anyone know what is the measurement for Latency on the replication monitor? Is it hr:mm:ss, or is it mm:ss.ms?I see Performance = CriticalLatency = 2:41:52Last Synchronization = 6/2/2015 9:02:21...
View ArticleUpgrade SQL 2012 with replication to SQL 2014
We have a SQL 2012 enterprise which has AlwaysOn and replication configured and running. It is a 4 node active-passive and the distributor on a separate physical server and subscribers also on...
View ArticleSQL Server to OpenEdge ProgressDB Replication
Hello,I have SQL Server and Porgress Database and we want SQL Server databse near real time replicate to Progress Database. So is there any way to replicate my SQL Server Databases to ProgressDB...
View ArticleApplying Service Packs and Cumulative Updates To Transactional Publication...
Hi All,I know that every Cumulative Update and Service Pack always contains in the "Notes" section, "Hybrids Deployment" sub-section, links to best practice articles which ask that in a replication...
View Articlecant create snapshot
we have a database which was replicated with merge replication. we added a few table and a field to another. when I try to create the snapshot I get:An error was raised during trigger execution. The...
View ArticleAutomation of SQL Server Transactional Replication in SQL 2005
Hello,We have Transactional replication set up between two of our servers , both SQL 2005, Publisher would be an OLTP and Subscriber would be Reporting server where Distr is on Publisher itself.As of...
View ArticleUsing replication for central management
I'm trying to come up with some good ways of centrally managing several SQL Server instances potentially spread over several physical boxes and virtual machines.One thing that is often useful is a set...
View Articlecdc job
i have enabled CDC for a database, it was running smooth,, replication is slow , when i sp_who2, CDC job is running but it is in suspend status and "WAITFOR" command, how to trouble shoot ?...
View Article