Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Friends,

I will develop a Store Precedure in SQL Server, but I need to process data
from a table but this table is in an another Database in Oracle.

How a cand access the data??? please share me any code or link or example where I can do this.


Thanks in advance.

Leonardo Ayala R.
Posted

You set up a database link[^] to the oracle server.
 
Share this answer
 
Comments
leocode7 20-Jan-14 10:04am    
Please friend tell me if you think that a DTS en sqlserver can give me the solution of my problem.... thanks
Jörgen Andersson 20-Jan-14 16:16pm    
DTS has been superseeded by SSIS.
But yes you can use it, but using it for reading only one table is a bit like using a howitzer for killing a mouse.
I would write a local or web service that talks to both machines and passes data between them.
 
Share this answer
 
Comments
leocode7 20-Jan-14 10:04am    
Please friend tell me if you think that a DTS en sqlserver can give me the solution of my problem.... thanks
Christian Graus 20-Jan-14 13:45pm    
Jörgen has told you exactly what to do, with a link that explains it. Do what he said, and ask if you get stuck.
 
Share this answer
 
Comments
leocode7 20-Jan-14 10:04am    
Please friend tell me if you think that a DTS in sqlserver can give me the solution of my problem.... thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900