SQL Server Database backup and restore issue
HiI am trying to take a backup of the database and using restore to create its copy on the same serverBasically I am following this...
View ArticleTransactional Replication sp_MSupd RUNNABLE and never ends
Hello,I came across not understandable problem connecting transactional pull replication. Once or twice a month I have a problem that stored procedure on subscription server (sp_MSupd) cannot be...
View ArticleSQL Server is unable to connect to the server-Replication
Hello everyone,Today I found one strange issue, when I tried to add new publisher Database in Transactional Replication I found the following error message.Does anyone knows how to resolve this?Also I...
View ArticleMerge replication conflicts on load balanced servers
Hi,We have 2 web and 2 load balancing SQL servers. We use merge replication for users sessions to keep couple tables on both SQL servers up to date. The problem is that we experience merge replication...
View ArticleLaunching Replication Monitor problem
Hi team,while launching replication monitor, i can't able to see other server replication details. only my local server publication details can able to see.Kindly find below for ref. what shall i do...
View ArticleMerge Replication from SQL2014 publisher to SQL2008R2 subscriber
My company replaced an aging SQL2008R2 server with a new SQL2014 server. The server, both in its old and new forms, acted as both distributor and publisher in the replication of about 40 merge...
View ArticleGrant create index question
How do I grant "create index" on any table to a user.Is it "grant create index to <USER1>
View ArticleSame articles, with two kinds of replications ?.
Hi there, i want to know if it is possible publish the samearticle, with twoo distinct kinds of publication.Example:Article: SalesOrder.PublicationMerge: Salesrder. PublicationTransactional: SalesOrder.
View ArticleIssue with CDC and Replication enabled
Hello,We have this strange issue with CDC and replication. Let me explain1. We have a database on write server and we replicate some tables to the read server. There are 15 tables that we replication...
View ArticleReplication monitor on publisher showing deleted publishers.
Hi, Had some issues with replication on a SQL2008R2 box so I decided to delete any publishers and their associated subscribers. What I now find puzzling is that the replication monitor shows a...
View ArticlePublisher to Distributor Latency Madness 1h30m+
HelloSQL Server 2008 R2400Gb Database running in SQL 2000 compatability modeI am pulling my hair out somewhat with replication. We have been using it for years without making too many changes to it....
View ArticleTransactional Replication - Slow running sp_MSget_repl_commands
We are running transaction replication, with a publisher and a single subscriber located in different data centres. The distribution database is located with the subsciber. We get high replication...
View ArticleHow to restore a replicated (publisher) database
Hi, SQL 2008R2Been having issues with this for a while so I thought to test the whole procedure in a sandpit project. Below are the steps I've taken, however the problem I have is that after a restore...
View ArticleSQL not caching on failed over node
Hi Friends,Running SQL 2008 SP4 Cluster , but when I'm on second node the queries are extremely slow and noticed that the SQL is not caching properly the data after the first warmup run. any thoughts...
View ArticleDropping of replication failing during database deployment
HiI created a drop replication script which works when you run it manually on SQL Server.When my colleagues are doing a database deployment the dropping of replication fails.it gives error SQL72035 the...
View ArticleGetting General network error...
Hello Everyone,last few i was getting general network error....In our environment configure replication between 3 servers 1 server configuration: 32 GB RAM, 8 core processors, 1 GB NIC card (2 NIC...
View ArticleIssue with Replication Latency with computed columns
We have transactional replication enabled and there are 15 tables that are replicated. Out of 15 there are 6 tables where we have computed columns that are persisted. When ever there are several...
View Articlerenaming publication articles in transactional replication
Hello, I am using SQL 2012 SE and implementing transactional replication. I need to insert the rows from publisher database tables to new tables, drop the old tables and rename the new tables with the...
View ArticleCould not load file or assembly 'Microsoft.SqlServer.Replication.dll' or one...
Hi,I have an application built in VB.NET 2010 that is connecting to MSSQL Server 2008 R2 Express. I'm trying to do the replication between the Express sever and Standard server. It works fine on the...
View Article