Prerequisites or requirement for configuring transaction replication.
Hi All,What are the requirements for setting up Transactional Replication,Server Configuration details ?Connectivity ?Can it is possible to create a replication by using only distributor database or...
View ArticlePrimary Key Violation at the time of Moving from primary range to secondary...
Hi Experts, I've observed a strange issue in our environment. we are using sql server 2008 R2 with SP2. whenever a table is moving from primary range to secondary range on it's identity values,...
View ArticleTransaction replication blocking
Hello,I am seeing that transaction replication inserts are causing a lot of blocking in the subscriber database. The blocked statements are select statements. Does Transaction replication lock tables...
View Articlehow to check whether the current snapshot is validated?
I have removed some articles of my publication in transactional replication. I use the script below, and contrary to what I have found in documentation, it does not invalidate the snapshot of that...
View ArticleRefreshing a replicated database
how do you refresh a replicated db?let us suppose the primary and replicate databases have gone out of sync.so now I want to resync the data from the primary to replicated db. appreciate the feedback.
View ArticleDR Design for Tx Replication
Hello,I am using SQL 2012 SE and I have transaction replication setup with publisher, subscriber and distributor in one server in an Active Passive cluster environment. If publisher goes down then I...
View ArticleMerge Replication issue - Unable to Perform DML operations. pls help
hi all, we are getting below error msg in our Merge Replication in test environment. its a simple DML query we used but getting the error - Msg 207, Level 16, State 1, Procedure...
View ArticleReplication taking longer time to apply command on subscriber
I am using transaction replication In my Environment. Question: At the time when batches completed from Application team, daily it will take 5 to 10min to apply all commands to replicated database,...
View Articlesp_addscriptexec is not working with FTP Snapshot delivery
Hi,We have a SQL Server Merge Replication topology. Both Publisher a Subscribers are using SQL Server 2012.As I have seen in http://msdn.microsoft.com/en-us/library/ms174360(v=sql.120).aspx"Using...
View ArticleDoes specified lsn should greater than or less than min_autonosync_lsn when...
Hello, For setting up a "initialize from lsn" type subscription successfully, Does the lsn for @subscriptionlsn parameter need greater than or less than the min_autonosync_lsn (syspublications) ? I...
View ArticleReplication problem with Cumulative Update 1 for SQL Server 2012 SP2
Hello, Last week, I updated my SQL Server 2012 SP1 to SP2 and then Cumulative Update 1. I did it without any reboot between SP2 and Cumulative Update 1. Before the update, my replications (Merge and...
View ArticleSQL server 2005 Job Result View Problem
Hi All,We have SQL server 2005 and SQL server 2008 servers. we are facing problem for SQL server job result. We can able to see Maintenance Plan job results but we cant See same maintenance plan Job's...
View Articlesystem managed replication not adjusting identity range
I have a strange problem with SQL Server merge replication (push), the publisher is SQL Server 2008 R2 and the sub scriber is 2000. This has been working without any issues for several days, then rows...
View ArticleManual Cleanup for Change Tracking
How do you manually do a clean up for change tracking (ie: autocleanup is set to false) in SQL Server 2008?
View ArticleXDESTSVERMGR
Hi, I have a cluster with 3 nodes: one Primary and two Secondaries. Two nodes have the same configuration (cpu, memory, sql server configurations) and they are used as primary (SQL1) and the first...
View ArticlePrerequisites or requirement for configuring transaction replication.
Hi All,What are the requirements for setting up Transactional Replication,Server Configuration details ?Connectivity ?Can it is possible to create a replication by using only distributor database or...
View ArticlePrimary Key Violation at the time of Moving from primary range to secondary...
Hi Experts, I've observed a strange issue in our environment. we are using sql server 2008 R2 with SP2. whenever a table is moving from primary range to secondary range on it's identity values,...
View Articlereplication - questions
hello, I was able to successfully setup snapshot replication as demonstrated in :http://www.codeproject.com/Articles/715550/SQL-Server-Replication-Step-by-Stepsome questions :1. if subscriptions can be...
View ArticleRefreshing a replicated database
how do you refresh a replicated db?let us suppose the primary and replicate databases have gone out of sync.so now I want to resync the data from the primary to replicated db. appreciate the feedback.
View ArticleTransaction replication blocking
Hello,I am seeing that transaction replication inserts are causing a lot of blocking in the subscriber database. The blocked statements are select statements. Does Transaction replication lock tables...
View Article