Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Encryption Role

Status
Not open for further replies.

gillrowley

Programmer
Apr 2, 2004
59
US
How do I create a SQL Server 2005 database role that has encryption/unencryption permissions? I don't want to make a database User a database owner. Is there a "GRANT" parameter to allow a role to encrypt/unencript

I want to do something like this:

CREATE ROLE db_encryption
GRANT ENCRYPTION TO db_encryption

Obviously, the above doesn't work, but I hope there's an equivalent. Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top