how 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 ArticleIdentity range management issue in SQL server replication
Hello all,I have a transactional replication with updatable subscription setup with 1 publisher, 1 distributor and 4 subscribers. All are SQL 2008 servers. From last few days I am facing lot of issues...
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 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 ArticleWhat purpose does a Master Key serve in a replication topology?
Greetings. I'm on SS 2008. While recreating transaction replication from backup to one of our subscribers after a catastrophic even, I came across this in our internal documentation:--To be ran on the...
View ArticleThe process could not read file...
I am trying to migrate a pull subscription from an existing publication that is in SQL Server 2008 to one that is in SQL Server 2012. I get an error number:MSSQL_REPL, Error number: MSSQL_REPL20203.I...
View ArticleSql Server 2012 Evaluation - How many connection allowed ?
Hi allI'm testing the replication, everything Works fine, but I'd like to know how many connections allow the evaluation of the SQL Server versión I'm testing on.We are testing 2 stores with 2 server...
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 Articleexec sp_replmonitorhelpmergesession: Start merge replication from IDLE mode
Hi Experts,We have merge replication configured, when i executed the below command on subscriberexec sp_replmonitorhelpmergesessioni see that status 3 which means (In progress ) and Current Phase...
View Articlesp_showpendingchanges: How to replicate these pending changes in merge...
Hi ,sp_showpendingchanges this command shows how many changes are pending to replicate in merge replication.is there any way to replicate these changes to manually.Because i have merge replication...
View ArticleReinitializing only new tables in transactional replication
Hi,I have to add one new table to an existing replication. I created table and added that table to the replication as well.Now I want to reinitialize only the new table rather than all the tables....
View ArticleRe-adding article to subscription fails with Column name or number of...
We have had a table in a push transactional replication publication that needed to be removed from the publication, have the PK column altered and another column dropped, and the re-added back to the...
View ArticleBinding Error when creating a new publication
Hi i am fairly new to replication.My situation is that I dropped replication using the script that was generated from the publication.When I go through the publication wizard I get a error message on...
View ArticleReplication
what happen if i disable log reader agent in replication and took log backup of publisher database
View ArticleCreating Replication From Bakcup
I am rebuilting Replication from backup so taht i have performed follwing stepscreate publicationadd article desable log reader -backup- pub DBrestore bakonline make siple mode (increase size of data...
View Articleremove replication for only single database.
Hi All,I need to remove replication for a single database (Remove replication on ABC database from SQL1 to SQL5.)I did some research and found as follows:DECLARE @subscriptionDB AS sysname SET...
View ArticleHow to Drop and Create funtion
Hi I replicate the database with my production and Report Server environment, I change some funtions in devlopment and try to drop and recreate the funtion in production ,It showsCannot drop...
View ArticleMerge Replication Issue
We have a two sql publisher servers, configured for merge replication and each publication have 5 - 10 subscriptions, the replication was running fine, but suddenly it started giving the below error on...
View Article