We have distribution clean up retention set to 24 hours.
EXEC dbo.sp_MSdistribution_cleanup @min_distretention = 0, @max_distretention = 24
We have three publications and would like to keep different distribution retention for each of them. Is this possible?
dbo.sp_MSdistribution_cleanup just have three parameter, if it possible to key in publisher_database_id and it will perform distribution clean up only for that?
Thanks,
-SreejitG