asrichesson

Results 7 comments of 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...

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...

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' ![image](https://github.com/microsoft/DacFx/assets/51305664/ec73b36b-ca6d-4e91-984d-62df6e1e6ffb)

@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