replicating tables in same database in two different publications
Hi ALL, We have merge replication setup with republishers..we have some articles that need to be replicate one way...For example In database we have 3 articles named a, b and cwe want to replicate 'a'...
View Articletable rename and add columns in transactional replication
Transactional replication: sql2000 version (both source and destination) I have a table by name justtell which is configured for transactional replication from server1 to server4, srver5 and server6....
View ArticleIdentify Updated column at subscriber side
Hi,We have written some custom logic in replication SPs at subscriber side. What we are looking at is to identify if there is some way to find which column of a table has been changed.Say for example...
View ArticleTwo way replication - Case
Hi to everyone, I have a little problem...I have this case:-2 server instances-2 Databases-1 Table (5 columns)From server 1 I created publication to replicate all columns of table I have in 1. DBFrom...
View ArticleSQL Merge Pull Replication over VPN - violation of Primary Key
Hi,After a multitude of problems attempting to get web sync to work reliably, I have been testing replication over VPN and I've been impressed at the reliability.I have now encountered an unexpected...
View ArticleReseed identity column - Merge Replication
We are currently using SQL Server 2008 in a merge replication environment, using a total of two servers. We have a few tables that have identity columns and we would like to reseed them. We currently...
View ArticleWhat did I do wrong in duplicating this BLH example
Question: What did I do wrong in the below 6 steps?I unsuccessfully attempted to duplicate the example at:...
View ArticleDo i need to stop replication agents before restarting sqlserver services?
Hi,I have merge replication setup in production and want to restart sqlserver services?.Which agents and how can i stop replication agents before restarting sqlservices?Thanks,Ron.
View ArticleMerge replication keeps sending the snapshot over and over
I have a merge replication setup on a Server 2003, MS SQL 2005 server. It has one subscriber. When the merge is initiated, it creates a snapshot and starts to bulk copy the data into the subscriber...
View Articlejoin filters
Hi,i have republishers in merge replication toplogy..and i setup join filters with parametrized filter on publications running from republisher to end subscribers.There are no filters running from main...
View ArticleSQL Replication (Transactional) - Migrating a Subscription from SQL 2000 to...
Hello everyone, We are upgrading (actually a side-by-side migration) a SQL2000 instance which is a transactional replication subscriber in Australia over to SQL2008R2. I'll describe here the names of...
View ArticleReplication error (Source: MSSQL_REPL, Error number: MSSQL_REPL20037)
Hi,In our data replication(log transaction) between the publisher and subscriber, a particular datatable will lead to this error: The process could not bulk copy into table '"dboABC"."TableA"'....
View ArticleConfiguration file ignored in SQL Server 2012 Express installation
Hi,I have an application whose users have to have SQL Server (Express) installed locally. They're using 2008 R2 now, but I'd like to upgrade to 2012 SP1.For SQL Server installation, I've always been...
View ArticleSQL Server Replication Snapshot Agent Creation - sp_grant_login_to_proxy 3930...
I am creating a SQL Server 2005 Replication snapshot publication for a push subscription. The distributor and publisher are on the same server. I am able to successfully create the publication with...
View ArticleSync two databases
Hi, I have two SQL 2008r2 servers. They are mirror imges of each other (IP and name different). I need to sync all of the data in Database A (San Diego) to all the (changed) data in Database B...
View ArticleTransactional Replication - Add article to existing publication
Hello everyone,I have transactional replication with a push subscription going from server A to server B, with a distributor sitting in the middle, all SQL Server 2008. Getting started, I initialized...
View ArticleDeadlock in SQL replication
I have a transactional PULL replication on SQL 2008,I hv created individual publisher and subscriber for every article.In my replication monitor my most of the subscribers are showing status...
View ArticleCould not drop article. A subscription exists on it.
I'm trying to drop a publication but cannot get past this error when I run the following command:exec sp_droparticle @publication = N'PublicationName, @article = N'tblName', @force_invalidate_snapshot...
View ArticleData Replication one way to Report Server
I need help to synchronise data between our production server to our new report server, this would only be one way replication as no changes to data are made on the report database.?How could I do this...
View ArticleIs it possible to replicate a DB from sql 2008RS server to a Sql 2000 server?...
Assuming basic table structures - can I replicate from 2008 to 2000? or from 2000 to 2008? Just basic merge replication?ThanksRich P
View Article