|
-
Feb 12th, 2013, 09:05 PM
#2
Re: Read tables from Oracle to SQL Server
There are many ways of doing that.
- You can link an oracle server/db in the SQL Server then do a select from the linked server and insert into sql server table(s).
- You can import the data using sql server management studio
- Or you can just write your own code to do it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|