how to resolve slow running stored producer ?
Hi All,I have faced issue regarding stored procedure.actually my application team ran the stored procedure regular basics (contain some inserts) ,,every day it take 20 mins for executing but today...
View ArticleQuestion on Snapshot replication.
Hi All, Am in a learning curve with SQL server and have some questions regarding SQL server, Please help me out! Situation: I have a table with 5 columns replicated(Transactional replication) to...
View ArticleSnapshot replication run daily , but data refreshed only every other day
Hi , I have Sql server version 9.00.4060.00, snapshot replication (12 tables )runs daily at 6 AM Normal syncronization time 1 minute in last few week I noticed that EVERY OTHER day syncronization...
View ArticleCan Sync Framework be used on a publisher or subscriber
We use merge replication for scale out and are considering using Sync Framework to sync to another system (possibly not a database or possibly another SQL Server database with its own replication...
View Articlepatching for replication.
Patching normally refers to applying Cummulative Updates, hot fixes, or services packs. but,how can we do patching for replication in ms sql server? what is the process we should follow?thanks in...
View ArticleHow to resolve row mismatch in transactional replication ?
Hi All,i get a row mismatch in transactional replication in SQl server 2008.Error messages: The row was not found at the Subscriber when applying the replicated command. (Source: MSSQLServer, Error...
View Articlethe transaction ended in the trigger the batch has been aborted
Hello I have a SP and a Trigger that acts when a table is updated. I've researched some about this error but i still cannot find an answer. I would really appreciate if someone could help me a...
View Articlesql server 2012 replication problem
Dear friends, I have create a teansactional publication in sql server 2012, but when I check the syncrhronization status I get the following error: Unable to start execution of step 2 (reason: Error...
View Articlehow to find where replications has been suscribed?
i know where database has been publisher but i dont know how to find where its has been suscribed?
View ArticleTransactional Replication Error
Publisher (pub is own Distributor) SQL 2008 Enterprise SP1 on Win2003 x64 Server SP2 Created a trans repl pub with 1 table and recieved the following error. I have created multiple trans reps with no...
View ArticleThe row was not found at the Subscriber when applying the replicated command.
Hello,I am getting this error can someone help me plzThe row was not found at the Subscriber when applying the replicated command.why the publisher failed to deliver the row to the subscriber
View ArticleSwitching from CONCURRENT to NATIVE after Snapshot is Complete to get Maximum...
Folk can we trick replication into using Maximum threads both on the Snapshot and Distribution Sides while still using CONCURRENT for the Snapshot portion (which causes less blocking) and somehow...
View ArticleSQL 2008 r2 to SQL Server 2012 replication error
We have configured the distributor on SQL Server 2012 and we were able to create a publication on another server running SQL 2008 R2 until recently. Now were getting this error message when we tried...
View ArticleHow does the peer to peer replication resolve the conflict?
Hello,Suppose there's 3 sites in p2p replication, how dose the system handle with conflict if two of the sites update same row at the same time?will it be error directly?Suppose the environment is 2k8...
View ArticleThe specified network name is no longer available
Hi, I'm receiving the error: "The Merge Agent received the following error status and message from the Internet Information Services (IIS) server during Web synchronization: [500 :'( The specified...
View Articlesynchronization between publisher and subscriber in Transactional replication
Hi All,Im going to configure transactional replication from my PROD server to another server. I have 300+ tables and the total size of the DB is around 50 GB, which is getting realtime data from users...
View ArticleHow to remove all Replication related objects from SQL Server, so I can try...
Hi I tried to follow the MSDN tutorials below for enabling SQL Server for replication: Preparing the Server for Replicationhttp://msdn.microsoft.com/en-us/library/aa337475.aspx Replicating Data Between...
View ArticleHow to rebuild index on publisher database in Transaction Replication
Hi,My concern is when last time I ran rebuild online index script of 700 GB Tables or articles in publisher side, it took 6 hours to complete and after that my transaction replication stopped working....
View ArticleSQL Server 2005 replication latency issue
We have Replication setup for SQL Server 2005 to Oracle server. Each table setup with separate publisher. We are having latency issue with only one table.Snapshot get delivered successfully if we...
View ArticleError with dropping Transactional Publication
Running SQL 2012.Currently merge and transactional replication are setup on the datbase (db1). Trying to drop the publication is generating a log reader agent error.Exec sp_droppublication @publication...
View Article