SQL-290976
SSC Enthusiast
Points: 189
More actions
August 17, 2006 at 11:49 pm
#61082
How we can achieve Row level access/security in SQL server 2005?
SQLZ
SSChampion
Points: 12872
August 18, 2006 at 1:58 am
#655580
Hi,
Can you be a bit more specific about what you need?
Karlsource control for SQL Server
August 18, 2006 at 4:43 am
#655598
Qaiser
August 18, 2006 at 7:12 am
#655625
You cannot implement row level security in SQL Server 2005 (out of the box). You'd have to design and implement your own implementation of row level security using views or some other mechanism.
Here's a Microsoft White Paper on the subject:
http://www.microsoft.com/technet/prodtechnol/sql/2005/multisec.mspx
or, an alternative:
http://vyaskn.tripod.com/row_level_security_in_sql_server_databases.htm
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply