You will need to use package configurations to pass in the name of the table.
http://msdn.microsoft.com/en-us/library/ms141682.aspxThe best thing to do will be to build a variable that holds the table name, then build another variable that uses an expression to set its value. The expression for the second variable will be a SQL statement that you will use in your OLE DB Source component in the data flow. Something like, "SELECT Col1, Col2, etc... FROM " + @[User::TableNameVar]
Then you can use the second variable as the source in your OLE DB Source.
Phil Brammer | http://www.ssistalk.com | Twitter: http://twitter.com/PhilBrammer