I'm in the process of converting from DTS to SSIS. Overall the migrated packages have done quite well. One issue I'm having problems understanding is how to allow entry of variables at run time. We have power users that previously ran dtsrunui.exe (now dtexecui.exe). They don't have BIDS or Management Studio. What are some methods of allowing entry of a database name or a date and other package variables to populate package variables? I keep reading that package configurations are the way to go, but if I understand the way they work, you have to open the XML file, modify the values of the parameters and then run the package. That is complicated and klunky for a power user to have to do.