What would be the best method to use for testing that connection managers are correctly pulling their connection strings from the package configurations on multiple packages (In VS 2008). In the past I have created a data flow which ran the query select @@servername and outputed to a text file. While this works, it seems a bit redundant and inefficient rebuilding this same dataflow for all packages. Does anyone else have any good suggestions on how to test that package configurations are working properly?