Creating a Job for publication in Sql Server with select statement for...
I am creating a job for adding article to a publication. the second step (e.g. for adding article) gives me error. I pass the name of the table as follow: EXEC sp_addarticle...
View ArticleReplication between SQL
Hi everybody,I have two servers in my office. SQL server 2005 runs on both. I want to back up from our databse from one and synchronize on another every night. please help me.Thanks
View ArticleIdentity seed at the subscriber changes automatically (SQL Server 2008 R2 SP2...
Hi all,I have and updateable transactional subscription. The identity seed at subscriber for a table changed (I don't know how) and caused next inserts generate duplicate PKs. I manually reseeded...
View ArticleSync Database without any latency using SQLSERVER 2012 R2
Hi Team: With Regards, Santhosh Wilson
View ArticleRunning replication server in VM
Are SQL Server replication server supported to run in a virtualization environment?
View ArticleRecommended way to start a merge replication with big database
Hi allI need to install a merge replication on 2 diferent stores with Sql 2012 server, that are connected via 2 mb vpn and the database is about 4gb. due to the fact we have 2mb for the initial sync...
View ArticleReplication Errors for sp_repldone/sp_replcounters
I set up transactional replication between a SQL Server 2005 database and a 2012 database on different machines. The 2005 is the Publisher and the 2012 database is the subscriber with the 2012...
View ArticleHow to get the log record in the fn_dblog what marked replicate by the log...
As Known , at first log reader agent would get the oldest non-distriution lsn (watermark) , then traverse into the transaction log to the replication watermark .There are some question in follow ,1....
View ArticleI have a merge publication , it says : The merge process was unable to access...
The merge process was unable to access row metadata at the 'Subscriber'. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to write to, or use...
View Article'sp_replicationdboption' cannot be executed within a transaction
I created a merge replication for a publisher (e.g. Pubisher1). Then I want to add a new aticle. Therefore, beside many other line of code (see "More Detail on above") within a db trigger I have...
View ArticleTrying to do replication from SQL Server 2008 RTM (Publisher) to SQL Server...
Trying to do replication from SQL Server 2008 RTM (Publisher) to SQL Server 2008 R2 (Subscriber). Initial replication is pending as the agent was not running on the Subscriber. What could be the reason ?
View ArticleSyncing Database with minimal latency in different geography location using...
Kindly suggest us, how to avoid data transfer delay between the databases in two different geographical location.Requirement is that data from Chicago to India should be replicated immediately.
View Articleproxy not responding
I use ATT wireless. I can connect to the internet on my tablet with windows 8.1. But when I try to go to a website it says proxy serve is not responding however I can always get on to facebook. What...
View ArticleReplication performance issue -Transactional replication
Hi All,I'm replicating data from Server1 to server2 using transactional replication . Recently we are facing performance issue while loading data into Server1 . We got number of jobs running at...
View ArticleReplication monitoring refresher for distribution
We have created a transaction replication.After created replication we found that Replication monitoring refresher for distribution job is in disable status.Do we need to enable this job manually.
View ArticleCreated Subscription - Ummm, now how do I see the data?
I'm sure this is ridiculously easy, but I've drawn a complete blank. I've created a snapshot publisher on one server, and created a push subscription on another server using SSMS. It seems to be ok,...
View ArticleMaxBcpThread default for Snapshot agent in SQL2012 does not appear to be 1
When I run the Vanilla Snapshot agent that was created with the publication I get multiple parallel threads in 2012. I did not get this when we ran R2 even though I was running concurrent. This was...
View ArticleReplication in sql 2012 cluster
Is it possible to setup transaction replication in sql 2012 cluster env. with standard edition?
View ArticleTransactional Replication: Non-Clustered Indexes not copying.
Hello,I set up replication on our servers at work to streamline some procedures we run daily/weekly on them.This copies around 15 articles from two databases on the "Master" server to another server...
View ArticleNo listener Error in log reader Agent
Hi All,I am getting the below error in Log Reader Agent.ORA-12541: TNS:no listener (Source: MSSQL_REPL_ORACLE, Error number: 12541) Get help: http://help/12541 Heterogeneous Logreader encountered an...
View Article