I have a 2500 table db that has about 50 tables in it being replicated to one other server/db. The other database was a backup when this all started and I have been wanting to "freshen up" many of those stale tables. I can use sysobjects to select the tables I want to export over to the stale data tables.
From that point on, things start getting a little fuzzy and I am wanting to avoid DTS/SSIS packages just because of the number of tables my result set has in it.
Suggestions? Ideas? Scripts?