I\'m trying to use RMO to programmatically perform merge synchronization. I\'ve basically copied the SQL Server example code, as follows:
i am driving since some years a sql-server2000 merge-replication over three locations. Triggers do a lot of work in this database. i got no troubles.
When I\'m doing synchronization between database in different system, I\'m getting the \"long running merge\" warning in the replication monitor. As my database consists of hundreds of thousands of re
I have an in house app that has both a Web Interface and a Desktop Interface(is an OCA using Merge Replication).We are still using SQL 2005 and have many \'Archive\' tables set up.These are filled by
We currently have merge replication set up to merge certain tables between two databases.I need to programmatically start one of the publications to make sure data has been synchronized prior to start
I have a datab开发者_如何学编程ase running under Sql server 2005 with merge replication. I want to change some of the FK columns to be \'not null\' as they should always have a value. SQL server won\'
Using sp_repladdcolumn I can either: 1) add a column that allows nulls; or 2) add a column with a default value that does not allow nulls.