I have a simple ssis package that grabs data from sql server 2005 then puts that into a flat file and then sends it to my webserver. This package currently just pulls data from one db.
I would like it to do this for 10 dbs now therefore creating 10 flat files. Is there an easy way to do this or am I better off creating 10 ssis packages.