What tools other than SSIS do SQL Server developers use for complex database migrations?
-
That is migrations for large databases where the source and destination schemas are highly dissimilar and many data transformations and much data cleansing are required?
-
Answer:
There are many ETL tools around in addition to SSIS. There are other commercial tools e.g. Informatica, IBM Data Stage, Oracle Warehouse Builder. You can find also open source Talend Open Studio.
Pavel Pawlowski at Quora Visit the source
Other answers
SSIS is pretty solid, so people haven't had a lot of incentive to look elsewhere. Especially if data transformation is performed on on-going basis, and error handling and logging are a requirement. On ad-hoc bases, I've seen pretty amazing T-SQL scripts, and quickie console apps that were used to move data around.
Mordechai Danielov
Related Q & A:
- Can I create a second filestream container on an existing SQL Server 2008 database without going offline?Best solution by Database Administrators
- How to connect Sql Server Database from android app?Best solution by Stack Overflow
- What is the best practice for free space for a SQL server database drive?Best solution by Database Administrators
- How to Restrict Database for One User in SQL Server 2008 R2?Best solution by Database Administrators
- Can I get OSQL if I install SQL Server Client Tools?Best solution by Database Administrators
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.