I have a certificate with my SQL Server Database. What will happen after the certificate gets expired?
Will the record insertion, selection, deletion will work after certificate gets expired?
I have a certificate with my SQL Server Database. What will happen after the certificate gets expired?
Will the record insertion, selection, deletion will work after certificate gets expired?
It looks like you're using Transparent Data Encryption. If the certificate that protects the database master key expires, I'm pretty sure that the database will fail to start.