Is there any way to get row-level security in SQL Server 2014?
My problem is:
- I have a table with data for multiple regions
- I created a view for each region
- Specific user will have access to specific region views
- But without giving access to the underlying table, those users are unable to access the views
I need to restrict users to view only certain rows. Are there any possibilities to do so?