I have a transactional replication between two databases where I filter rows because I just want to replicate rows with certain userids. I have now hit the roof when it seems that the filters can’t contain any more characters. Is this a known limit?
Does anyone have any idea how this scenario is solvable? (I have considered merge transaction with table join but do to multiple ETL processes I can’t add the required unique column required)