ETL Testing
I believe the new SSDT in conjunction with any build automation can be of help. E.g.CruiseControl .net.You can script SSIS package executions through bat files using the DTEXEC command line utility....
View ArticleETL Testing
Thanks a lot. Does any one know about the automated testing tools which can speed up the ETL testing?
View ArticleETL Testing
Hi Tkk_3, The test approach for database migration testing consists of the following activities: 1. Design the validation tests 2. Set up the test environment 3. Run your validation tests 4. Report the...
View ArticleETL Testing
Thank you for your replies. So, the best way to test the ETL migration is through manual testing. I mean by executing the sql queries (based on the test cases developed) to ensure about the data...
View ArticleETL Testing
Hi,I do use Redgate for databases with same data structure. But, I tried it to compare the two different databases (with different database structures) and it did not return any results.
View ArticleETL Testing
you can find some third party tools, or can do it manually with specific queries say count of records with where conditions in each databases.You can check for some customised tools like...
View ArticleETL Testing
There's a tool from Redgate called SQL Data Compare, but I'm not sure how it will handle the different structures.MCTS, MCITP - Please mark posts as answered where appropriate.
View ArticleETL Testing
I have worked a lot with data migration and there is no such tool and do not expect one anytime soon, because the transformations can be very complex.About the practices:First you should test all your...
View ArticleETL Testing
Hello Everyone:I need to know if there is any tool which can be used to for post migration ETL testing? The ETL has been written using sql scripts to move the data from Legacy database to a new...
View Article