I have a situation where I need to give a login a restricted view of data in all tables in a database. Every table includes a "MemberID" column. What I need is a login that has full select access to all of the data in every table and then another login th
↧