BI/ETL TESTING
2 posters
Page 1 of 1
BI/ETL TESTING
BI/ETL TESTING
Referential Integrity-Orphan checks, Foreign Key checks ?Can any one help me what is the QA strategy for
Orphan checks, Foreign Key checks ? is there any query to validate ?
Thanks !
Referential Integrity-Orphan checks, Foreign Key checks ?Can any one help me what is the QA strategy for
Orphan checks, Foreign Key checks ? is there any query to validate ?
Thanks !
Afroze9- Posts : 1
Join date : 2013-08-24
Re: BI/ETL TESTING
For Oracle:
select fact.dim_fk
minus
select dim.dim_pk
For SQL Server:
select fact.dim_fk
except
select dim.dim_pk
select fact.dim_fk
minus
select dim.dim_pk
For SQL Server:
select fact.dim_fk
except
select dim.dim_pk
BoxesAndLines- Posts : 1212
Join date : 2009-02-03
Location : USA
Similar topics
» DW/BI QA and Testing
» Testing ETL pipeline(s)
» DW/BI Solution Testing
» case and client. One dimension or two?
» ETL Testing coverage
» Testing ETL pipeline(s)
» DW/BI Solution Testing
» case and client. One dimension or two?
» ETL Testing coverage
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum