asrichesson
asrichesson
I'm not expecting sqlpackage to rename. I agree that sqlpackage should not be able to understand renames/refactors without the refactor log. What I am expecting is that sqlpackage can drop...
Looks good, thanks!
Changing the scale on a decimal column also causes a table rebuild. Change ```sql Create Table TestTable(Col1 DECIMAL(11,4)) ``` To ```sql Create Table TestTable(Col1 DECIMAL(11,5)) ```
It would be nice to have an option in the publish profile to create all indexes with `ONLINE = ON` regardless if the option is not set in the Create...
Column Encryption: "Cannot drop column master key because column encryption key is encrypted by it."
Additionally, only changing the column encryption key and redeploying yields the following error: There is already a column encryption key value associated with the column master key 'CMK_Auto1' 
Column Encryption: "Cannot drop column master key because column encryption key is encrypted by it."
@DBarmanMS I'm trying to get automated pipeline deployments working for column encryption. We have situations where devs do not have direct permissions to modify a database so they can't use...
Also happened to me. Also had to rollback to 2.62.0