Replies: 1 comment
-
when I try to use: I receive the following message : What need to be done ? thanks |
Beta Was this translation helpful? Give feedback.
-
when I try to use: I receive the following message : What need to be done ? thanks |
Beta Was this translation helpful? Give feedback.
-
Hi,
we try to connect to a Azure SQL
$server = Connect-DbaInstance -SqlInstance $DatabaseServer -Database $Database -SqlCredential $cred -AlwaysEncrypted
and receive the following message:
New-Object: C:\Users\xxxx\OneDrive\PowerShell\Modules\dbatools\1.1.89\allcommands.ps1:5099:41
Line |
5099 | … onnection = New-Object -TypeName Microsoft.SqlServer.Management.Commo …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Exception calling ".ctor" with "1" argument(s): "Keyword not supported: 'column encryption setting'."
What is the issue ? How to resolve it ?
Regards,
Beta Was this translation helpful? Give feedback.
All reactions