Tagged Questions
0
votes
1answer
198 views
Merge Replication: Are multiple publications better than one big one?
We have merge replication set up in SQL Server 2000. One of our publications has 65 articles in it. This works fine but it is a hassle to modify anything (beyond adding a column via ...
0
votes
1answer
143 views
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.
Without dropping and recreating the whole subscription I ...