Create the Master Key Start-Up File

When automatic master key access is enabled, SAP ASE reads in the key encryption keys from the master key start-up file.

If the master key start-up file does not exist, SAP ASE creates a master key start-up file, but does not write the key encryption key values to the file until automatic_startup key copies either of the master or dual master keys are created

When automatic master key access is disabled, SAP ASE drops the key encryption keys for master and dual master keys from the server memory. SAP ASE does not erase the key encryption key values from the master key start-up file.

A user with the sso_role can specify the master key start-up file path and name using:
sp_encryption mkey_startup_file 
		[, {new_path | default_location | null}]
		[, {sync_with_mem | sync_with_qrm}]
where: