Help Required in Setting up Transactionl Replication
Hi All, I am new to Replication concepts and need your help in setting up the Transactional Replication. 1. Is it possible to have all three components of...
View ArticleI am inserting millions of data from SQL to DB2 database but facing some...
I am inserting millions of records in database from SQL to DB2 ,but for iinsering it is taking hours of time. so i want some solution for it, how to do it faster in minutes. i am using bulkcopy here...
View ArticleDC - DR SQL DB
I am using SQL server 2008 DB for one of my application. I am in DC DR configuration, one server in DC and one in DR I have installed a SQL server in DC [standalone server not in windows cluster ] and...
View ArticleSQL 2008 R2 Replication conflicts doesn't show up in Conflict Viewer
Have a weird problem. I had to redo a merge publication where it was causing some issues. It was a simple rebuild and nothing was done differently. However, since that's done, any conflicts in any of...
View ArticleReplication: creating accounts
I have some doubts regarding sql replication. I have followed microsoft tutorials for replication. They are http://technet.microsoft.com/en-us/library/aa337433(v=sql.105).aspx and some other links...
View ArticleScripting Replication using Powershell
Earlier today I was trying to script a transaction replication using powershell, everything seems to be working fine except for this part -- Adding the transactional subscriptions use [aGrepl] exec...
View ArticleRe-create distribution database
Hello all, We have one publisher and one subscriber, both sql 2008 R2. The distributor and subscriber server is the same, so the distribution database is located in this server. We had transactional...
View ArticleSet transactional replication to overwrite on conflict
I have basic transactional replication setup (no subscriber updates) for a few key tables from production to non-production environments. Sometimes data for one of these tables that was tested in...
View ArticleWhy are update statements coming in as delete and insert statements at the...
Hi Everyone, I have an oracle to sql replication and haven't notice this until recently that updates executed at the publisher Oracle database are coming through as deletes and inserts at the...
View ArticleData not updating through Pull Subscription in Snapshot Replication of Sql 2005
Hi all, I have successfully configured the Replication between two SQL Sever 2005. At the time of New Subscription configuration i selected following options to update data through Pull Subscription:-...
View ArticleCustom Resolver for merge replication
Hi there! I'm trying to create a custom resolver for merge replication exactly like in the MS example. It seems to work, but only ONE time. If I change, insert or delete a record in a table the second...
View ArticleSQL 12 Always On over a WAN with SharePoint
I'm working on a SharePoint solution using SQL12. I will have two locations, one in madrid, and one in paris. I have a very fast WAN and high IOPS in both locations. I'm currently thinking of 2 SQL...
View ArticleLooking for best way to replicate a small set of databases in a distributed...
I would like to investigate the possible benefits and non-benefits of how to replicate a distributed system of web server databases. I will have to some how replicate these databases in the distributed...
View ArticleSplitting up large transactional replication
I'm currently running transactional replication with a single publication holding around 70 articles. I'd like to seperate these out into multiple publications, perhaps grouped by importance, all...
View ArticleMerge replication - Update/Delete conflict resolution
I am using Merge replication on SQL Server 2005. The conflict resolver on the table I am updating is the 'SQL Server Datetime (Later Wins) conflict resolver'. If I update the publisher and then...
View ArticleSQL server 2012 Merge replication setup error
I'm trying to setup a merge replication between two SQL 2012 servers. I test it on a small dictionary table, which has a primary key (int identity - marked as "not for replication") and is referenced...
View ArticleMSSql Replication Error: MSSQL_REPL-2147199411 - Attempted to read or write...
Hello, I've the following Problem with my Own SQL Replication Plugin. Its like this Problem shown here:...
View ArticleSQL 2008 - SQLCE 3.5 Sync Error
Hi, We have a Merge replication setup between SQL 2008 database and SQL CE client running Windows Mobile 6.5. The customer sync via IIS Server with their internet connection at home. We have 80 WM6.5...
View ArticleGeneral Replication Videos
Can you recommend any general replication videos that describe the general types of replication and the terminology involved without going into how to implement each. Videos describing problems with...
View ArticleCould not drop article. A subscription exists on it.
I'm trying to drop a publication but cannot get past this error when I run the following command: exec sp_droparticle @publication = N'PublicationName, @article = N'tblName',...
View Article