merge-replication
SQL Server Express 2005 Merge Replication using RMO causes Null Reference exception
I\'m trying to use RMO to programmatically perform merge synchronization. I\'ve basically copied the SQL Server example code, as follows:[详细]
2022-12-23 18:33 分类:问答What to consider if using triggers on tables in a sql-server merge replication
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.[详细]
2022-12-23 10:00 分类:问答Long Running Merge
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[详细]
2022-12-21 07:20 分类:问答SQL Trigger that runs ONLY at Publisher
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[详细]
2022-12-16 22:42 分类:问答How to programmatically start SQL Server 2005 merge replication
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[详细]
2022-12-14 12:10 分类:问答Changing column constraint null/not null = rowguid replication error
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\'[详细]
2022-12-14 07:06 分类:问答Rename a NOT NULL column with no default in a SQL Server 2000 table in Merge Replication
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.[详细]
2022-12-12 16:16 分类:问答