I need to link some data from SQL Server 2005 with Oracle 10 data.
One way is to link Oracle server to SQL Server and use ROWSOURCE for
retrieving data.
What other ways for joing data from both databases exist ?
Can I do it from SQLCRL VB - Stored Procedure ? If yes, what objects
shall I use for opening database and running an sql ?
Thanks a lot.
One way is to link Oracle server to SQL Server and use ROWSOURCE for
retrieving data.
What other ways for joing data from both databases exist ?
Can I do it from SQLCRL VB - Stored Procedure ? If yes, what objects
shall I use for opening database and running an sql ?
Thanks a lot.
Comment