I have a Transactional Replication running on SQL Server 2012. It replicates INSERT, UPDATE and DELETE.
Now im facing a condition (for DELETE Statement) where it forces us to :
- Replicate only daily-basis DELETE Operation
- DO NOT Replicate a Yearly-basis DELETE operation as we'd like to prune Data created < Current year
I suppose I can't use this (see image below) option for such conditon
What's a good way to achieve this ?