November 12, 2014 at 8:09 am
140 members who are missing from table. While loading the data into the table, the members are missing. The cause of the missing members needs to be determind and corrected.
November 12, 2014 at 8:37 am
rajkarra91 (11/12/2014)
140 members who are missing from table. While loading the data into the table, the members are missing. The cause of the missing members needs to be determind and corrected.
not enough info I am afraid.....perhaps if you start with a more detailed explanation of what and how you are loading the data and the source and destination definitions will help
________________________________________________________________
you can lead a user to data....but you cannot make them think
and remember....every day is a school day
November 12, 2014 at 8:49 am
Its a flat file data coming from client and loading tha data into a table in database..
November 12, 2014 at 9:06 am
rajkarra91 (11/12/2014)
Its a flat file data coming from client and loading tha data into a table in database..
ok...so pls provide flatfile structure and delimiters, the table definition of the destintation, and how you are importing (import wizard/SSIS/ etc)
cheers
________________________________________________________________
you can lead a user to data....but you cannot make them think
and remember....every day is a school day
November 12, 2014 at 10:08 am
Using a text editor like NotePad++, isolate one of the records that didn't insert, compare it to other records that did, and see if there is a pattern in the data.
If you're using SSIS to load the file, then investigate if it has a Conditional Split dataflow task which might be rejecting records based on some condition. Also examine your slowly changing dimension related tasks.
"Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho
November 12, 2014 at 10:41 am
You should use error files to identify those rows an understand why they're missing.
November 12, 2014 at 11:36 am
I m not talking about the code. My question is when i load flat file(members) into a table which is already created, i m unable to find 140 members in the table which i have loaded?
November 12, 2014 at 11:57 am
In order to help you find the issue, the folks here are going to need to know several things:
Definition of the table you are loading the data into, including any and all indexes and triggers
The process you are using to load the data
The process you are using to determine you are missing some members
Without that information, the folks here can only guess at what is happening. It's like saying 'I filled my car with gas but it won't start.' There's not nearly enough information to determine a cause for the issue.
November 17, 2014 at 7:05 pm
Just to cover this, how did you conclude there are members missing? Does the process that moves the data from the flat file truncate the table before loading it (by any chance)?
----------------------------------------------------
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply