This is potentially quite tricky. One table is easy, either use DTS via the import/export wizard or run an insert into query (qualifying the table with a database prefix). If you have more than one table, and there are relationships, you're in for a bit of work. I suggest scripting the source database, and creating the tables with that. Next use DTS, but transfer the tables in the correct order, being aware of referential integrity. (We actually have a VB program that will handle all this for us). Of course, if you have a lot of tables, is a backup/restore an option, or do you need to preserve data in the destination ? If that's not enough detail, please clarify your situation, and I'll expand on the relevant scenario.