I have a Merge Replication setup between a central server and 200 clients. The vast majority of the clients do not need all 5000 client records. Only the 50 or so that are assigned to them. How would I go about applying a Filter based on who's logged in?
Should I create a NEW DB that maps user names to Client Records and go down that path?
Any better ideas or pitfalls? How is everyone handle this kind of per user filtering?
Thanks!