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.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Integration of SQL server with Cache DB, Informix

Author  Topic 

vsrprasad16
Starting Member

1 Post

Posted - 2008-03-12 : 10:42:10
we r doing some application and SQL server as backend DB Server. this sql server has to be updated continiously 24*7 with data from 3 external sources Cache DB, Iformix and Oracle DB servers. How to handle this in such away that all changes at 3 external sources to be updated to SQL server and this data will use by our application at frondend.
we though of ODBC., but ODBC is very very slow. It should lke Shadowing.
How to handle this?. any help will greatly appreciated.

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2008-03-12 : 11:37:05
Create as linked servers, not sure, but you will need drivers for all the other databases. As for where to get them, I am not entirely sure.
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2008-03-12 : 11:47:12
Examples of ORACLE connection strings for Linked Server here http://www.connectionstrings.com/?carrier=oracle
Examples of Informix connection strings for Linked Server here http://www.connectionstrings.com/?carrier=informix
Examples of Caché connection strings for Linked Server here http://www.connectionstrings.com/?carrier=cache



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page
   

- Advertisement -