microsoft / SQLServerPSModule

This repo is the home of SQL Server PowerShell Module development.
MIT License
45 stars 1 forks source link

Add parameter to allow verbose logging for Set-SqlColumnEncryption cmdlet #85

Closed sejagada closed 4 hours ago

sejagada commented 1 week ago

Currently, it becomes hard to reproduce and diagnose issues faced by customers while performing column encryption, decryption or re-encryption using the 'Set-SqlColumnEncryption' cmdlet. We are introducing a parameter 'AllowVerboseLogging' (similar to the 'Enable Verbose Logging' check-box in SSMS AE Wizard) for the 'Set-SqlColumnEncryption' cmdlet. On specifying this parameter,

The dacpac files do not contain any table data and can be used to reproduce issues faced by customers and also generate diagnostics traces (using SqlPackage), which can help diagnose issues.

Matteo-T commented 1 week ago

@santoshkumarpadhy is working on this one, which should roll out in v22.3.x.