asrichesson

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