You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Statement
If we use connectionstring with Invoke-sqlcmd, we can specify "Column Encryption Setting = Enabled" to view plain text data if the column is encrypted.
But if we use Access token instead of connection string, there is no way to specify "Column Encryption Setting = Enabled" due to which only encrypted data is displayed & it never tries to decrypt the data.
Expected: We should be able to set "Column Encryption Setting = Enabled" so that we can view decrypted/plain text data. Actual: Cannot set "Column Encryption Setting = Enabled", so only encrypted data is visible to the user.
The text was updated successfully, but these errors were encountered:
Problem Statement
If we use connectionstring with Invoke-sqlcmd, we can specify "Column Encryption Setting = Enabled" to view plain text data if the column is encrypted.
But if we use Access token instead of connection string, there is no way to specify "Column Encryption Setting = Enabled" due to which only encrypted data is displayed & it never tries to decrypt the data.
Expected: We should be able to set "Column Encryption Setting = Enabled" so that we can view decrypted/plain text data.
Actual: Cannot set "Column Encryption Setting = Enabled", so only encrypted data is visible to the user.
The text was updated successfully, but these errors were encountered: