Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing Data Tables from DB2

Status
Not open for further replies.

cricketer1

Technical User
Mar 15, 2001
76
US
How can I Import data tables from DB2 into MS Sql Server using DTS and Linked Server.

Thanks,
cricketer1
 
Here's a thread about linking to DB2:

Then you could just issue a bunch of

SELECT * INTO MyNewTable from DB2linkserver.db.owner.MyOldTable

statements (and of course tweak for indices, relationships, triggers, constraints, defaults, etc., etc., etc.)

Hmmm. Sounds like there should be some tool out there for doing this. Time for some due diligence, eh?

Phil Hegedusich
Senior Web Developer
IIMAK
-----------
A priest, a lawyer, and a rabbi walk into a bar. The bartender looks up and says "What is this, a joke?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top