Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionI have a big Oracle DB: 4+ GB of data, 200 tables, 1000+ stored procedures and functions.
Does anyone recommend a tool for the DB structure and data migration?
Please Check Microsft Documentation on this.
And here is the migration Package MS offers.
DB Best can also help you in migration.
And here is an article on Oracle to SQL Server 2000 migration.
You may want to try SQL Server Migration Assistance for Oracle, by MSFT. It is real simple point and click migration utitlity with good UI.
But I think real issue will be converting PL/SQL specific code into T-SQL format, rest of migration is easy.
精彩评论