Hi,
To ensure subscriptions never expire, in Enterprise Manager display the properties for the Publication, select the General tab, and check the 'Subscriptions never expire' radio button at the bottom of the dialog.
If you need to do this in TSQL, the @retention parameter of sp_addpublication or sp_addmergepublication should be set to 0.
|