Automatically Set DeployChangesExecutionOrder

88 Views Asked by At

Is there a way to automatically set the Deployment Order based on dependancy (DeployChangesExecutionOrder)? Seems like this is something that should be automatically done upon project import?

1

There are 1 best solutions below

1
On

I ended up using RedGate "Sql Dependency Tracker" to export a xml file with dependencies and then wrote some custom code to reorder the items under the "DeployChangesExecutionOrder" node based on that. Hopefully the tooling will get better in the future to save people time.