Resume the Encryption Process

To resume encrypting a database that had its encryption process interrupted or suspended, use the resume encryption option of the alter database command:

alter database database_name
    resume encryption [parallel degree_of_parallelism]
Related concepts
Encrypt an Existing Database
dbencryption_status
sp_helpdb
Suspend the Encryption Process
Encrypt an Existing Database
Related reference
alter database for Full Database Encryption
Related information
alter database for Full Database Encryption