dear experts, i heard recently, that using DTS, we can convert databases from sql server to oracle. if so, please provide me the process and steps to follow.
You should just be able to use DTS to move the tables and data from SQL Server to Oracle. DTS can make OLE DB connections to any database that supports OLE DB.
Hint: you can use the DTS Wizards in the tools menu of the Enterprise manager.
Comment