Through the UI, I can see that I have 2 tables with filters on them. I need to be able to query this information but cannot find the table that contains the data. I did a search for any column in the Distribution database with a name like either "Filter" or "Where". The results are below. Unfortunately, none of these tables has the data I'm looking for in them.
- SELECT * FROM IHarticles
- SELECT * FROM IHextendedArticleView
- SELECT * FROM MSarticles
- SELECT * FROM MSmerge_articlehistory
- SELECT * FROM MSmerge_articleresolver
- SELECT * FROM sysarticlecolumns
- SELECT * FROM sysarticles
- SELECT * FROM sysextendedarticlesview
- SELECT * FROM sysschemaarticles
Does anyone know where this data is held?