How to replicate 2 tables in differente schema but with the same name
Hi,How can I replicate 2 tables with the same name but indifferent schema(arq.tst, dbo.tst). I am getting error trying to replicate those 2 tables to another database. is there a way to do that?
View ArticleSQL SERVER 2008 R2 - Merge Replication - Identity Seed issue
The server I am running has identity Management set to automatic for most of the tables I am replicating (A hand full have been set to manual). When the replication goes to change the range it changes...
View ArticleSQL Server 2008 Adding Replication Bring Down Database? How to add if SP1...
Two questions in one. Have a live database that I need to setup replication on. Turns out replication wasn't loaded when the database was, so I'm going to need to add replication to the live...
View ArticleReplication doesnt copy check and default constraints
Hi,i'm trying to create a transactional replication from DB A to DB B. Definition of A and B are the same, and i want to keep the B database with all the indexes, constraints, keys, ...But after the...
View ArticleApplying SP3 to Cluster SQL server which is in Peer to Peer Replication
Hi all,I have a situation to apply SP3 to SQL Server 2008R2 which has Peer to Peer replication.Present version: SQL Server 2008R2 SP1Please suggest <g class="gr_ gr_285 gr-alert gr_gramm...
View ArticleInstance already in use error
I am receiving this error when trying to install the replication feature to an existing instance. Has anyone encountered this error under these circumstances? Any suggestions are appreciated.
View ArticleAdmin rights when creating new subscriptions
HiI have been using Merge replication for the last number of years.However I have now moved the master database to a Cloud environment.My problem is with the initial replication when setting up new...
View ArticleReplication Distribution Database is growing huge
something is not right with replication clean up job. MS_repl_commands keep growing huge (SQL version 2014 SP1) Made following attempts to resolve below, but its not fixed any help is really helpful....
View Articletransactional replication error: The process could not bulk copy into table
We are a sql 2014 transactional push replication setup, the publisher, distribution server and a subscriber are on-site and it is working. Recently I added a new SQl 2014 subscriber which is located...
View ArticleLog Reader agent account
can i write a script which will check if replication log reader agent is running under SQL service account if not then modify it to run under SQL service account.please help on thisSQL Server DBA
View ArticleIs there a way to get Article ObjectID with RMO ?
Merge replication on SQL 2014.Is there a way to obtain the value in sysMergeArticles.ObjId through RMO ? I don't see any properties containing it in the RMO class.PS Code : $publisher = "SRV-ONECMR"...
View ArticleSpeed isues with Replication
I have some clients using Merge Replication. They may not replicate for a few days at a time which could result in thousands of Updates & Inserts been needed. This could be any thing from 100,000...
View ArticleUnable to complete login process due to delay in opening server connection
I am getting an error in Replication between SQL Server 2005 and SQL Express when "Connecting to Subscriber". Detailed error message is given below. Do we need to increase the logintimeout for...
View ArticleTransactional Replication error: MSSQL_REPL20046
Hi Experts,Have you run into this kind of error before (MSSQL_REPL20046)? I couldn’t find any useful info regarding this error on Google. The strange thing is sql server didn’t give any error...
View ArticleTransactional replication on partially contained database
Hi guys, I have a partially contained database and I need to replicate transactions that are committed on one table on one database to another table on a different database and different instance. In...
View ArticleReplication Restore Help
I am in need of some help (Ok, a lot of help). We had an issue where our SQL Server is another State went down and replication was broken (over a week out). The server has been fixed however; the...
View ArticleHow to configure alerting specific operator when any agent of just a specific...
Hello, I have many replications/publications on one server, each of those replications/publications was set up and of a concern of one SQL Server Agent Operator. I want to alert each operator when...
View ArticleSQL Server (High availibility) + Remote Blob using Filestream
Guys,I have a SQL high Availibility cluster. I'm usign it for Sharepoint 2016. Meaning I don't know wich SQL will be respond.I want to use the Rblob feature build in in SQL (Filestream) but want a...
View ArticleNeed to replicate view in server 1 to table in server 2
Hi All,I have a doubt is it possible to replicate view in server 1 to table in server2 in SQL replication.
View ArticleIssues in creating replication stored procedure when schema owner is not dbo
Hi Friends,I have a transactional replication setup in SQL server 2008. There are already so many publications configured.Recently a new table whose schema is different from dbo was added as an...
View Article