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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I bring an Oracle BLOB into SQL Server?

Status
Not open for further replies.

Ascalonian

Programmer
Jan 4, 2008
264
US
If this is the wrong forum, please let me know.

I have two databases: Oracle 10G and SQL Server 2000.

Inside the Oracle database, I have several MS Word documents stored as BLOBs. What I need to do is extract the files from Oracle and place them into SQL Server. I am curious as to how I do this?

I have heard something about DTS but not sure if that is something to look into.

Thank you for your time.
 
Start Enterprise Manager and right click on database name.
From the context menu choose "All Task->Import data"
Follow the wizard.

If this is a one time job there is no need to create DTS. But if you need to run this regulary than DTS is your choice.

Unfortunately I have no 2000 here to point you how to create DTS package.

Borislav Borissov
VFP9 SP2, SQL Server 2000/2005.
 
bborissov:

Thank you for your suggestion. I will try this out.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top