Sample Commands for MS SQL Server
This topic covers the sample commands to perform various tasks using the pdbctl utility such as adding database connection, creating user mapping, setting encryption properties, and migrating data.
Set the environment variable (
PDB_MUTIL_PATH
).On Linux
On Windows
Add the database alias.
Command used: adddbAdd the user mapping to authorize an user.
Command used: addusermapVerify the user mapping.
Command used: listusermapSet the encryption properties for a column.
Command used: setencinfoView the list of columns.
Command used: listcolumnsMigrate the table.
Command used: migrate