I hope you don't mean "de-normalize"! First design your *normalized*
data model, then import the data.
I think you'll need to write some code for this. If you do have an
xbase database available (Clipper, Fox, etc) then that may be the
natural way to consolidate the separate book tables.
In principle it's certainly possible in DTS too. Check out
www.sqldts.com for examples of how to build loops and then use a
dynamic properties task to import all your tables.
Alternatively, you might want to take a look at some 3rd party ETL
tools.
--
David Portas
SQL Server MVP
--