SQl server 2008 permission and encryption

Posted by paranjai on Stack Overflow See other posts from Stack Overflow or by paranjai
Published on 2010-03-11T20:03:53Z Indexed on 2010/03/11 20:29 UTC
Read the original article Hit count: 121

i have made columns in some of the tables encrypted in sql server 2008. Now as i am a db owner i have the access to encode and decode the data using the symmetric key and certificate. But some other users have only currently datareader and datawriter rights ,and when they execute any SP referring the logic which uses the key and certificate "User does has not right on the certificate to execute". What rights / exact permission should i grant them just to solve this problem

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server-2008