 |
Parameterized Row Filters in SQL Server Merge Replication
-- Enabling the replication database for merge replication use master exec sp_replicationdboption @dbname = N'AdventureworksDW', @optname = N'merge publish', @value = N'true' GO -- Adding the merge publication use [AdventureworksDW] exec sp ...
www.mssqltips.com |
 |