Greetings, amazingly smart Spiceheads!
We are in the process of encrypting all of our DBs with TDE using MSSQL created certs(80ish databases across 8 instances on a single server with 64GB of RAM and MSSQL 2016 Ent.).
I am running into a frustrating issue, however - after encrypting 49 DBs, subsequent DBs will get through the process of encrypting, but they won't stay in an encrypted state. When I run a query to display DBs that are encrypted, the subsequent DBs I just encrypted will briefly show"is_encrypted = 1, encryption_state = 3," but a few moments later running the query again will show "is_encrypted = 1, encryption_state = NULL." All the DBs I encrypted before#50, stay encrypted and in an encrypted state.
I have tried making additional certs thinking that maybe, for some crazy reason, the certs can only handle so many DBs on a...