Is SSIS able to automatically arrange items in a data flow task?

I am building a project in SSIS. Although the project works the way I want it to work (which is important, right?), Others were "worried" about the "ugly" placement of data flow tasks and trunks between them.

I manually moved the elements to the best locations on the map, but I can adjust the connector lines so much. The screenshot I turned on (which I hope you can see) shows you where it is happening now.

I tried looking for "Auto Arrange" or something similar and could not find anything in the menu bar or by right-clicking. Is there a way to automatically organize data task items so that they look better?

I am using SSIS 2012 if that matters.

Screenshot of SSIS Data Flow Task map

+6
source share
1 answer

Thus, it seems that while there is - technically speaking - the automatic layout function is not immediately available by right-clicking on the diagram itself.

I found this by accident in what is the most unlikely of places for me:

Format> Auto Layout> Chart

When you select this menu option, it arranges the chart. For me this is good enough, but not enough to satisfy others on my team who require visual cleanliness.

Okay.

+12
source

Source: https://habr.com/ru/post/978300/


All Articles