Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
desikankannan
Posting Yak Master
152 Posts |
Posted - 2008-03-17 : 09:17:53
|
Hi,we have the senario we want to call oracle table inside the sql stored procedure, it is possible to call oracle table inside the sql stored procedures.RegardsKannan.DDesikankannan |
|
ayamas
Aged Yak Warrior
552 Posts |
Posted - 2008-03-17 : 09:22:58
|
I think you will have to create a linked server & use Openquery to execute the query.You can google for more info on Openquery. |
 |
|
desikankannan
Posting Yak Master
152 Posts |
Posted - 2008-03-17 : 09:30:52
|
Hi,can you send detail link for this topic i need badly.RegardsKannan.dquote: Originally posted by ayamas I think you will have to create a linked server & use Openquery to execute the query.You can google for more info on Openquery.
Desikankannan |
 |
|
ayamas
Aged Yak Warrior
552 Posts |
|
|
|
|