Viewing 2 posts - 1 through 2 (of 2 total)
Hi,
I know it has been a couple of months, but I am still trying to find an answer on this question.
Using Merge Push Replication from Sql Server 2008 R2 (Distributor/Publisher),...
March 14, 2012 at 4:47 am
#1459075
In Sql Server 2005, you can use the sp_startpublication_snapshot stored procedure to achieve this, using the following format:
sp_startpublication_snapshot [ @publication = ] 'publication'
[ , [...
December 10, 2011 at 11:18 am
#1419739