Generate Snapshot for New Articles added to Publication
April 7, 2010
2 comments
There is always this question how to generate snapshot for the articles which are newly added to the Publication.
Run the below command on the Publisher Server
EXEC sp_changepublication
@publication = ‘PublicationName’,
@property = N’allow_anonymous’,
@value = ‘false’
GO
EXEC sp_changepublication
@publication = ‘PublicationName’,
@property = N’immediate_sync’,
@value = ‘false’
GO
Now add new article to existing publication for which above command was executed and generate the snapshot.Snapshot for the newly addedartical will get generated. To check the same , check the snapshot Folder.