Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
scottpt
Posting Yak Master
186 Posts |
Posted - 2006-08-16 : 08:31:35
|
I create a pasword protected CERTIFICATE. I encrypt a column using the certificate. However, when a user trioes to execute a DecryptBycert it returns null. I can run the exact same select and get the decrypted text, but other users cannot.Why? |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-08-17 : 08:06:13
|
Does the user have access to the certificate and/or the certificate routines?Peter LarssonHelsingborg, Sweden |
 |
|
|
|
|