Hi,
I have established Encryption on my user DB's ( total of 7 ) in sql server 2016 ent edition.
I have confirmed that it is encrypted by using " Select Name, IS_ENcrypted From Sys_databases;" i can see few Db's as 0 , so i am trying to encrypting again,
in that process, after creating certificate , when i try to on encryption by
Alter Database DBNAMe set encryption on. then i end up with below error .
Msg 33122, Level 16, State 1, Line 29
This command requires a database encryption scan on database 'RDW'. However, the database has changes from previous encryption scans that are pending log backup. Take a log backup and retry the command.
Msg 5069, Level 16, State 1, Line 29
ALTER DATABASE statement failed.
Can you please help me to resolve the same.
hemadri