Replication without Overwriting
I would like to setup replication between production server and a development server. At the same time, I would like to be able to add a row of data to the development server and not have that data...
View ArticleExcessive identity range allocations
On one particular subscriber (out of 40+), an error was throw that there were no available identity ranges. In debugging, it was found that this particular subscriber had allocated ranges for all...
View ArticleAdd additional subscriber to Transactional replication
Hi All, Current scenario: Site 1 (Publisher DB) --> Site 2 (SubscriberDB) -- Transactional replication is setupNow,we need to add another subscriber at Site 3. We plan to initialize the 2nd...
View ArticleCan we do Replication Snapshots from a readable Availability Group Replica
What has been people's experience doing this?What special changes to Transaction replication Publication or Subscriptions are required?Any contra-Indications?Thanks...Ray...Ray
View ArticleSetting up replication for large database
hello,We are looking to set-up replication for our main database and was after some advice on what might and might not work. We are using SQL Server 2008 R2 standard.The database is around 130gig in...
View ArticleReplication Failover
Hi,Can anybody tell me the fail-over procedure in all types of replications?For example: if Publisher/Distributor/subscriber is down?
View ArticleHow to check or correct the error in replication in sql server 2008
Hi,am getting this error, after replication is completed.....launch repliction monitorCannot open database "text" requested by the login. The login failed. (Source: MSSQLServer, Error number: 4060)Get...
View Articlei am unable to add articles to existing subscriber
Basically i want to add articles to existing subscriber without taking entire snapshotCode i am using to add articles to subscriberEXEC sp_changepublication @publication = 'Transaction_replication',...
View ArticleHow to stop merge replication
We have a merge replication between 2 servers. We will have a maintenance on one server and would like to stop all the replications. How to stop it? Do I need to stop the SQL agent?
View ArticleLogreader error related to an incorrect domain account but we don't use that...
Recently we encounter some errors on the log reader agent job for all our publishers in our push replication setup. All publisher dbs are coming from the same db in the publishing server. Our...
View ArticleReplication of the database
I have Replicated live database 'db1' from server 1 to database 'db2' of server 2. It got replicated correctly.But when i restored that replicated database to 'db2' to one more database called 'db3' in...
View ArticleDistribution database size was growing in transactional replication?
Hi All,we have a transactional replication , suddenly subscriber database was down... on that time my distribution database size was grow irregular , i have try to shrink the distribution database size...
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 ArticleGetting this error Tranx Repl 2008R2 required privilege is not held by the...
Replication-Replication Transaction-Log Reader Subsystem: agent RTXHOU0VDBTST01\BOP-Vista_BranchOperations-1 failed. Executed as user: CORPORATE\TstARSDataUser. A required privilege is not held by the...
View ArticleSQL Database Replication performance issue
We have configured SQL 2012 Server Database Transaction Replication for our client's .NET Web application to distribute SQL transaction and reporting on different SQL servers. We had implemented...
View ArticleMS SQL 2012 - Error when create a publication for replication transaction
Hi, I'm working on SQL 2012. My OS is Windows 2008. When I created a publication for a replication transaction, snapshot agent failed as below error:"A .NET Framework error occurred during execution...
View ArticleHow to view and store the changed records in the transaction or merge...
HiHow to view and store the changed records in the transaction or merge replication?Much Thanks
View Articlehow 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 ArticleChanged the password of distributor_admin account manually and now all my...
Hi Team,I have changed the password of distributor_admin account manually and now all my snapshot replicaton jobs are getting failed in distributor server with below error.10:23:18.02 Source:...
View ArticleWithout creating snapshot creation I want to do transactional replication.
Without doing snapshot creation I want to do transactional replication.How it is possible.Thanks
View Article