Jan Declercq

Results 4 comments of Jan Declercq

I could not produce it in play.grafana.org. Updated my local test version to same version. Issue seems to be fixed in 9.0.7

Workaround: Create the partition function with dates in this format: MDY I presume that this explains it? ```SQL select dateformat from sys.syslanguages where name = @@LANGUAGE ``` In my case...

Another possible workaround (not in all scenario's) is adding this parameters to the sqlpackage cli: /p:ExcludeObjectType='PartitionFunctions' /p:ExcludeObjectType='PartitionSchemes' This will ignore any changes made to partitions.

> Hey @j-dc , I have tried to repro the issue by manually creating a project and also with your sample partitions project. I don't see any table re-creation with...