Merge Replication -> SQL CE - Subscriber coordination and limit?
HiI have a client / server architecture. Write / Read ratio about 20/80Client has to do lots of analytic stuff - so i want to provide a read cache. My question1.) Can a SQL Server instance handle 200...
View ArticleCould not delete publication?
I got the following error message when deleting a publication. The user 'Domian\deletedUser' is deleted from AD by IT. Although the deleted user originally created the database DB1. The publication is...
View ArticleDifferent server db name on the same Database
Hello i have problem with configure distirbution (2008 R2)SQL Server replication requires the actual server name to make a connection to the serverAm i missing something ?i did two thing1....
View ArticleMerge Replication 3 Instances
Is it possible to setup Merge replication between 3 instances?John M. Couch
View ArticleRMO and Parallel
Hi,I'm trying to synchronize 2 publication in parallel using 2 background workers but has soon as one reaches the mergeSubscription.SynchronizationAgent.Synchronize() line, i stop receiving feedback...
View ArticleSQL server replication error Cannot find the dbo or user defined...
Hi there,I ran into a problem while deploying sql 2008 transactional replication between two servers lets assume server A and B.Actually I created both distributor and publisher on server A and after...
View ArticleOracle to sql replication -log reader agent no.of commands in batch process...
Oracle to sql server replication set up sql 2012. suddenly it started lagging.log reader agent said. batch process in progress.xx no.of commands..0 trans.xxx goes on increasing for hours ..but no...
View ArticleMerge Replication Stored Procedure Custom Resolver
Hi All, Running SQL Server 2008 R2 in a merge replication topology. Publisher and distributor are on the same machine. All subscribers running SQL Server 2008 R2 Express. I have a requirement to...
View ArticleAll subscribers getting renitialized when I generate a new snapshot and try...
If I want to only reinitialize ONE subscriber db at a time....either due to errors or a publication article change, etc. )and I belive it also happens when I add a subscriber) ALL the subscribers are...
View Articlereplication problem from sql2000 to sql2008
Hi, We are in planning to migrate from 2000 standard to 2008 standard. As part of migration, am working on replication but i believe that sql 2000 replication scripts are not working in sql 2008. So,...
View ArticleTransactional replication slow (distributor to subscriber)
Hi,We have a increase in load on our production database that is also a publisher in transactional replication (distribution is also on same machine), currently we see >3 days latency from...
View ArticleMSmerge_sessions table
I need some clarification on what the values in this table mean, based on this article: http://msdn.microsoft.com/en-us/library/ms173753.aspxThe "durstion" is the doifference between "start_time" and...
View ArticleBig Red X on Replication Monitor (sql server 2000) after dropping replication...
For years we had a DB under replication (sql server 2000). We don't need to replicate anymore, so I dropped replication withsp_removedbreplication 'myDB'I had to detach the DB to get rid of the...
View ArticleReplication fails with weird error
Hi All,I have peer to peer replication configured between 2 SQL server 2008 R2 enterprise servers. While replication is running fine from Node A to Node B, it fails from Node B to Node A with error...
View ArticleSubscription are still showing in replication monitor after being dropped
Hello, We have an app that uses sql server merge replication. I dropped a subscription at both publisher side and subscriber side. But when I look at replication monitor after successfully dropping,...
View Articlehelp with setting up PROD to TEST data refresh with existing transactional...
Hello, this is my first post to the forums. I am hoping to get some guidance about setting up a weekly refresh of data from production to test. I want to use SSIS but I am open to whatever method...
View ArticleCLR Function Replication breaks in sql 2008 r2
The CRL function replication break seems to be due to the following...A CLR function containing default parameter value in qoutes was added. Now, when I try to generate a create function statement,...
View ArticleUSE (?what) database for sp_droppullsubscription -- what is the proper usage...
Last week I ran sp_removedbreplication 'myDB' so that I could dettach it to get rid of a bloated ldf file (we're not replicating myDB anymore). I ran sp_removedbreplication without...
View ArticleError: Replication agent has not logged
Hi All,I deleted and recreated publisher and subscriber but still i am getting below error. can anyone tell me what is the cause.Error messages: The replication agent has not logged a progress message...
View ArticleMerge Replication Resolving Conflicts for SQL Server 2008
Hi,Can anyone help me with my issue... I have one (merge) publication (data are managed from, in my case, web application) with several subscribers (data are managed by PDA devices). There are around...
View Article