Discussion :: SQL Server MCQs
- Point out the wrong statement :
A.
EncryptByKey uses a symmetric key
|
B.
EncryptByKey returns NULL if the key is not open
|
C.
You can use encryption in SQL Server for connections, data, and stored procedures
|
D.
All of the mentioned
|
Answer : Option A
Explanation :
If the symmetric key is already open in the current session, you do not have to open it again in the context of the query.
Be The First To Comment