Sql – ny 3rd party software to modify SSIS packages

sql-serverssisvisual-studio

I've been working on some data transformation tasks in SSIS. Visual Studio has gotten better in 2008 in it's usability, but I find there are some things that annoy me (i.e. When I delete something in the Package Explorer it refreshs the whole screen bringing me back to the top of the tree. Also, lack of some keyboard shortcuts.) Is there any other DTSx package editors out there or plug-ins for VS, and are they worth the trouble?

Best Solution

For things like this, believe it or not, the XML is pretty readable if you open the file as XML in visual studio and do a Ctrl+K, Ctrl+D to reformat the XML document.