on 2021 Mar 08 1:30 PM
I am rebuilding a encrypted database in SQLA 17
The unload script created includes the statement
PARAMETERS encryption_key;
All LOAD TABLE statements include
ENCRYPTED KEY '{encryption_key}'
I intend to run this script with the dbisql.com utility
How do I pass in the parameter "encryption_key"
Thanks
Jim
Request clarification before answering.
"%SQLANY16%\\bin64\\dbisql.com"^ -c "ENG=ddd17; DBN=ddd17; UID=dba; PWD=sql"^ READ ENCODING Cp1252 "master.sql" [c:/temp/] -- master.sql PARAMETERS rootDir; READ '{rootDir}MyDevScript1.sql'; READ '{rootDir}MyDevScript2.sql';
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
30 | |
9 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.