|
|
| |

How do I transfer data from/to another heterogeneous sources to/from
SQL Server?
Answer:
You can use Data Transformation Services (DTS), in this case.
By using DTS, you can import and export data between multiple
heterogeneous sources using an OLE DB-based architecture.
Read about Data Transformation Services (DTS) in SQL Server Books Online.
|
|
|