How to Check the source record count from traget table.

Answers were Sorted based on User's Feedback



How to Check the source record count from traget table...

Answer / eswar

It's not possible to find count of source table records through target table if both databases are different.

Is This Answer Correct ?    2 Yes 1 No

How to Check the source record count from traget table...

Answer / shyam

You can fire the query based on the timestamp.If the
loading happened today you can give the condition like--
>Sel * from table where date > 'yesterday's_date';

Is This Answer Correct ?    1 Yes 1 No

How to Check the source record count from traget table...

Answer / ravi

hi nani how can we fire query if the environment is
different i mean if my source is teradata and my target is
oracle

Is This Answer Correct ?    0 Yes 0 No

How to Check the source record count from traget table...

Answer / srinivas

write the source query in target table by using the schema
name.table name.
ex:
select count(*) from src.emp;

Is This Answer Correct ?    1 Yes 1 No

How to Check the source record count from traget table...

Answer / nani

fire the query on target table.target table minus source table.
u can easily find how many records loaded.

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More ETL Interview Questions

how many maximum session supports to multiload in teradata ??

0 Answers   IBM,


What is factless fact schema?

3 Answers  


what are the cubes developed in a sap bw project and what is the requirement for developing it?

0 Answers   Maersk,


What are the steps involved in etl process?

0 Answers  


Can we parametrize the values of IN statement. Ex. Inside parameter file: Parameter='A','B','C' Inside Code: IN (INPUT_CHARACTER, $$Parameter)

2 Answers   Cognizant, IBM,






Define slowly changing dimensions (SCD)?

0 Answers  


what are the facilities provided by OLAP to analytical users?

1 Answers  


what is the use of server manager?

0 Answers  


list the transformation used for the following:Heterogeneous sources,Homogeneous sources,Find the 5 highest paid employees with in a dept,create a summery table,generate surrogate keys

2 Answers  


Need Informatica Power Center 9.1 free download(for all windows version)

1 Answers   ABC,


Dear All, Can anyone tell me that from where i can get Power Center 8.5 S/W for Linux and how can i install Power Center 8.5 or any 7.x series on Linux Platform. Thanks in advance

0 Answers  


give detail on the sales project how many number of dimensions & fact tables are used in projec briefly. how the four fact tables taken in the project.

0 Answers   HCL,


Categories