Re: row level security without views
- From: "Uri Dimant" <urid@xxxxxxxxxxx>
- Date: Tue, 26 Sep 2006 13:46:58 +0300
Hi
http://www.microsoft.com/technet/prodtechnol/sql/2005/multisec.mspx
"Nikhil" <nikhilukidwe@xxxxxxxxx> wrote in message
news:1159253428.573628.105420@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I want to implement row level security in SQL Server 2005 without
implementing views. The desired effect is firing a query on a table
like "select * from <tablename>" should return only rows which are
accessible to the logged in user. Which rows are accessible will be
decided using some data in another table. This table will have user
login name and one or more IDs associated with it. These IDs will be FK
in the table on which we fire select (or update/delete) query. I need
to device a solution such that the select query will return all rows
from the table which contain the ID that is assigned to the logged in
user. Is it possible in SQL Server 2005 without implmenting views on
each table?
Thanks in advance.
Nikhil.
.
- Follow-Ups:
- Re: row level security without views
- From: Nikhil
- Re: row level security without views
- References:
- row level security without views
- From: Nikhil
- row level security without views
- Prev by Date: row level security without views
- Next by Date: sp_helprotect behaves differently compare to the SQL Server 2005 BOL
- Previous by thread: row level security without views
- Next by thread: Re: row level security without views
- Index(es):
Relevant Pages
|