﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Programming / Testing  / ETL Testing Tools / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 18 May 2013 20:25:18 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: ETL Testing Tools</title><link>http://www.sqlservercentral.com/Forums/Topic1376052-2838-1.aspx</link><description>If you're moving to a different structure then I would not trust anything to validate that anyhow. Chances are you will need custom methods to validate your custom transformations. Common methods are reconciling row counts between systems and picking (or conjuring) a row on the source that should exercise all parts of a given transformation, e.g. 1 row on source becomes three rows on destination, and validating that you see the expected result on the destination.</description><pubDate>Sat, 09 Feb 2013 14:02:52 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>RE: ETL Testing Tools</title><link>http://www.sqlservercentral.com/Forums/Topic1376052-2838-1.aspx</link><description>HelloYou may want to check outtSQLt – The Database Unit Testing Framework for SQL Serverhttp://tsqlt.org/Tests are automatically run within transactions – this keeps tests independent and reduces any cleanup work you need * Tests can be grouped together within a schema – allowing you to organize your tests and use common setup methods * Output can be generated in plain text or XML – making it easier to integrate with a continuous integration tool * Provides the ability to fake tables and views, and to create stored procedure spies – allowing you to isolate the code which you are testingFRED</description><pubDate>Sat, 09 Feb 2013 12:20:13 GMT</pubDate><dc:creator>FREDERICK</dc:creator></item><item><title>ETL Testing Tools</title><link>http://www.sqlservercentral.com/Forums/Topic1376052-2838-1.aspx</link><description>Hi All,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 database and both have different database structures We need to test the tranformed data for accuracy and check for data quality and quantity after the ETL process is executed. I have questions about the following:1.what should be the best approach/ best practices to test the data in the new database after transformation?2. I would like to know if there is any tool which can be used to compare the data in old vs new database (both having different structures) ? Thanks.</description><pubDate>Tue, 23 Oct 2012 07:48:11 GMT</pubDate><dc:creator>vick12</dc:creator></item></channel></rss>