문제

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?

도움이 되었습니까?

해결책

If your certificate gets expired there will be no effect. Certificate expiration is not enforced when the certificate is used for encryption.

Check this post for more information.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top