Hi @Zak Jaeb,
There two methods to achieve that:
- In the Flat file connection manager - Advanced Tab, select all columns (using Ctrl key) and change the data length property for them all in one edit.
- Go to your package name, right click on it and select the option View code from the list presented to you. XML code will then come up. Hit Ctrl + F to get a “Find and Replace:” window. On “Find What” type in DTS:MaximumWidth="50" and on “Replace with:” type in DTS:MaximumWidth="500". Make sure that under “Look in” the selection is Current Document.
Check it out here: