如果我查询sys.dm_database_encryption_keys,它回来用encryption_state的3(加密)percent_complete的0.如果我查询sys.databases,该is_encrypted列的值为0(未加密).这两个似乎对我来说是相互对立的.
数据库是加密的吗? sys.dm_database_encryption_keys这么说,但is_encrypted在sys.databases不同意.
在数据库属性下,该属性Encryption Enabled为false.
我糊涂了.