alter column size of table configured in transactional replication
dear Team,please help me when I want to increase/decrease column size of table that table in configured in transaction replication,i am getting below error message.Msg 5074, Level 16, State 1, Line 1...
View ArticleHow to see conflicts list reduced with sql statements on subscriber
Hello,I'm querying the table dbo.MSmerge_conflicts_info on the publisher and the conflicts shown in that query are the real ones I can see on the View conflicts dialog within Microsoft Sql Server...
View ArticleShrink Log file in log shipping and change the database state from Standby to...
Hello all, I have configured sql server 2008 R2 log shipping for some databases and I have two issues:can I shrink the log file for these databases: If I change the primary database from full to simple...
View ArticleHow to automatically replicate "All Existing"" tables of the database on an...
I have database in SQL Server 2008 r2 (e.g. Publisher). I replicate its tables and data to another database (e.g. Subscriber).Then I added a table (e.g. AddedTable), and dropped another table (e.g....
View ArticleAttempting to "partition" my table via replication doesn't work as expected.
Greetings. We have some rather large tables in a 1.5 TB database. Due to the sizes, we typically initialize the Subscriptions via backup. However, I got to wonder what my other options for this might...
View ArticleReplication Queue reader stopped due to Comm failure
Hello,I have replication (subscription with updateable subscribers) (pull) running on sql 2008 subscriber with 5 sql 2000 publishers. all seem well except the Queue agent stops at loss of network...
View Articleadding article replication
Hi TechNet friends,I'm in the midst setup replication (transactional - pull type) between 2 sql servers.sql1 = as publishersql2 = as distributor & subscriber as well.I have done setup distributor...
View ArticleLog Reader Agent error "could not execute sp_replcmds' and causes stack dump
Publisher/Subscriber db: SQL 2008 R2, 2000 compatability mode Distributor database is on separate server.(note: There is another database on this instance that is running replication without error,...
View ArticleSQL Server 2012
Hi,We have one Prod SQL server instance running SS '12, with multiple databases ranging from 5 GB to 80 GB per DB (and growing). We have ETL running from early in the morning to noon (and sometimes on...
View ArticleSnapshot Error When Adding Article to Transactional Replication
I am trying to add an table articles to my transactional replication setup. When I do, the snapshot error fails with the following message:Source: Microsoft.SqlServer.Smo Target Site:...
View ArticleOperand clash
I have merge replication that has been working for 2 years. Recently the replmerge.log contains quite a few of these lines:CommitBatchedUpdates failed with error Operand type clash: varbinary is...
View ArticleTable Dropped in Subscriber
Hi all, What will happen to replication, if table dropped from subscriber. How to reinitialize the replication after that.ThanksSelva
View ArticleCreating a Job for publication in Sql Server with select statement for...
I am creating a job for adding article to a publication. the second step (e.g. for adding article) gives me error. I pass the name of the table as follow: EXEC sp_addarticle...
View ArticleSnapshot agents are disabled but still run!
So I have merge replication setup. I have a lot of publishers. We only need to refresh the snapshot when we push a new subscriber, rare at best. Or when we add new articles. So I don't want the...
View ArticleRemoving Replication in SQL Server 2008 R2
Hi,I had issues to remove replication. I was trying to remove all articles from replication..it was taking quite long time to complete the process and found blocking while doing it. I stopped the SQL...
View ArticleSame SQL Server Replication
Does Microsoft officially support same server replication of a db to two different instances? From previous forum postings I see it can be done but my question is more if Microsoft will support it in...
View ArticleOracle to SQL Replication LogReader Error
Here are the error messages, any help will be greatly appreciated. Would like to know if there's a way to see the records that is causing the error and if not, can we skip it? ORA-01455: converting...
View ArticleCould not load file or assembly 'Microsoft.SqlServer.Replication,...
I am using .net application built in .net 2.0 using SQL server Express 2005 Replication publication functionality. Application setup is in 32 bit.Now i am running this .net application setup on...
View ArticleProblem with Merge replication
Hi, I have two servers with Sql Server 2012, and with Merge replication configured. They were working correctly, but because a network problem, the Subscriber was some days off line, and when the...
View ArticleBCP commands used by Replication Snapshot generation and apply
Hello Gurus, I understand replication internally uses the BCP commands to extract data out of a table and again uses BCP or Bulk Insert to put it in the subscriber table. If somebody has the sample of...
View Article