How to Modify SSIS packages created by Copy Database Wizard in SQL Server 2005
I recently read Jeremy Kadlec great article titled, "Step-by-Step Guide: Migrating to SQL Server 2005 with Copy Database Wizard" at http://searchsqlserver.techtarget.com/generic/0,295582,sid87_gci1194265,00.html.
Question for anyone: I used the wizard to copy 12 databases from ServerA to ServerB. However, I now want to set the order of those databases. Unfortunately, I can't find out how to modify the SSIS package that the wizard created. It seems to be internal to SQL Server.
How do I get to an internal (not saved on disk) SSIS job? If I can't do that, how can I set the order of the copying of the databases?
Thanks!
Paul



