Hey all,
If i have a table. This table has data for 100 clients.
Each client needs secure access to see there own data. Whats the best way of doing it?
I am thinking of having a view that uses systemuser to detirming what rows from the underlying data and only display the required rows? Would this be secure? Or would this expose the entire underlying table to a select statement?
Whats the best way of doing this?
Thanks In Advance.
Dan