SQL Server - Heterogeneous Replication
Hi,We currently have the below replication setup in SQL Server & it is working fine.SQL Server 2008 R2 is both “Publisher” and “Distributor” too.Oracle database 11g release 1 is “Subscriber”.Now,...
View ArticleConnection error in Subscription between my SQL server and Azure database
Hello, i'm having a lot of trouble with doing a replication between a SQL Server 2014 and Azure.I use a remote desktop to connect to the SQL Server machine and there, i start doing all the replication...
View ArticleError adding a monitoring server to a log shipping configuration
I am setting up log shipping for a database and have hit an error at the "monitor server" stage. I used the GUI to create the T-SQL that needs to be executed and it generated:EXEC...
View ArticleTransactiona l replication issue
Hi,I am getting below issue. This is SQL Server 2014 with Tranactional Replication. this is working fine from past 6 months, even we didn't renamed servers. This issue was started after server reboot.
View ArticleLooking for a SQL Server solution for data replication
As a DBA, I have two SQL Server 2016 SE and looking for a solution to meet our business requirement for one critical application:Two parallel systems located in different locations but in same...
View ArticleUnwanted MStran_PAL_role created as part of replication
Hi, We use Source Control on some of our databases. After creating a publication on one database, we noticed that there were two new roles added. These were named "MSReplPAL_5_1" and...
View ArticleReplicate SQL 2008R2 --> 2016 . Error 8144
HiI am performing a transactional replication every 30 minutes from a SQL 2008 R2 to a SQL 2016 of Navision tables and it works well until it gives the following error and I must restart the replica,...
View ArticleThe timestamps prepended to the output lines are expressed in terms of UTC time.
Dear All, I have set up a Transnational Replication on an sql 2008 r2 and I keep receiving the following error message:The timestamps prepended to the output lines are expressed in terms of UTC...
View ArticleUpdating BLOB Values
I have a table named advert04d and I have a blob field named GraphicRef. I am using the code below to update the blob field but this doesn't work.UPDATE advert04d set graphicref = (SELECT graphicref...
View ArticleCan replication handle the load?
I have transactional replication setup between our on-premises SQL 2017 server (Publisher & Distribution) and a SQL 2017 server (Subscriber) in our Azure extended domain. 100Mbs up and down for the...
View ArticleAdding Articles to Merge Publication - Snapshot?
When a table is added to an existing publication, is there a way to generate and apply a snapshot and re-initialize for the new table only?I ask because I am never quite sure whether or not generating...
View ArticleExport a request (automatically)
Hi, I hope i am in the good forum to ask my question, please excuse me if that is not the case.I am trying to export a request in a file via a SQL command. I'll trigger this function every time the...
View ArticlestrTargetFolder value null
Hi,i executed a Transaction Replica with pullsubscription using T-SQL:ON Publisher = Distributordeclare @c_dbname nvarchar(250) = N'OneDatabase'; declare @c_dbname_dest nvarchar(250) = N'OneDatabase';...
View Articlerestarting distributor/distribution agent
I have two servers involved in replication of a database with the following roles. They are Windows 2012 R2/SQL 13.0.3341.0:Server 1, publisherServer 2, distributor/distribution agent/subscriberI want...
View ArticleTransactional Replication
Why i can't see Subscriptions in Local subscription folder on Publication servers. This is PUSH subscription. I didn't find any replication errors.Please find the image
View ArticleCould not find stored procedures ?
I am trying to test the success of Transactional replication, for that I executed the stored proceduresp_publication_validation :use distribution exec sys.sp_publication_validation...
View ArticleSQL Replication Error 17750
Hi, I have been trying to create replication in SQL Server 2016 Standard, but getting below error 17750. Please let me know if any suggestions.Error Message: * Could not load the DLL xprepl.dll, or one...
View ArticleTransactional replication Stuck at process || Delivering Replicated...
Need help. Have set up Transactional replication with Publication and Distribution on 1 windows server. It has 2 subscriptions 1 remote to the server and one on another server (remote).I have 10...
View ArticleReplication troubleshooting with stored procedures and UDFs
I'm replicating a small DB from Server A to Server B with a snapshot agent. I'm replicating the whole DB: table, views, stored proc, udf and I keep running into lots of issues with the stored proc and...
View ArticleHow to prepare a dedicated(middle) DB for BI?
Hello,We have a Dynamics CRM on-premise deployment and we would like to set up a dedicated DB for BI purpose, for exemple, real-time visualization etc.Our Dynamics CRM DB have an always on group with 3...
View Article