isql
session, and on an ad hoc basis for individual commands containing sensitive data.--command_encryption
or --conceal
command-line options.isql
session.isql -Uguest -P<password> -Smyase --command_encryption
--conceal
command-line option hides and encrypts your input during the isql
session.isql -Uguest -P<password> -Smyase --conceal
Note: Use --command_encryption
when the isql
session contains sensitive data. Use --conceal
when you enter visually sensitive data (for example, passwords).
encrypt
to the go
command terminator for isql
. Note that only the particular command will be encrypted; no subsequent commands are encrypted unless you have added encrypt
.alter login test with password 'master' modify password 'password123'
go encrypt
<@@prev_batch_encrypted>
global variable to find out whether your previously executed commands were sent encrypted.0
indicates that the server received the command as plain text; a return of 1
indicates that the commands were received encrypted.You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
23 | |
13 | |
11 | |
10 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 |