Search:

Type: Posts; User: Divya.B.V; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    5
    Views
    4,005

    Unix/Linux Re: Korn shell question

    Hi,

    cat $filename | sed 's/^Hello//'

    The above code displays the filename, which acts as input to sed. This sed here searches for the occurance of the word Hello at the beggining (^ ->this...
  2. Answers
    2
    Views
    3,165

    Data Warehousing - Re: Files as Source in a mapping

    Hi buddy,
    I discussed about this issue and just now came to know that one source instance can have n number of files as input. The only way to handle changes in the file input is changing in the...
  3. Answers
    2
    Views
    3,165

    Data Warehousing - Re: Files as Source in a mapping

    I think one source instance can take up only one file as input. If there exsits a way, please update me with the same.

    Thanks,
    Divya :)
  4. Answers
    1
    Views
    5,012

    Data Warehousing - Re: Incremental Loading with flat file

    Yes you can always do incremental load no matter your target and source are flat files are not. But make sure to check the Append if Exists in session properties in mappings tab for target. And one...
  5. Answers
    4
    Views
    52,916

    DB2 - Re: Query to get table structure

    Thanks Beena. Is there any query describing the primary keys of the table??
  6. Answers
    4
    Views
    52,916

    DB2 - Query to get table structure

    Hi friends, i want a query to know the table structure in db2 listing all its columns, primary keys and all. I tried using the query describe table table_name i get the following o/p...
  7. Answers
    3
    Views
    3,727

    DB2 - Re: What does this mean!!

    thanks buddy, You are helpful. :)
  8. Answers
    3
    Views
    3,727

    DB2 - What does this mean!!

    Hi friends,

    I came across a strange thing today. There was a query

    select *from emp order by name,sal --

    I dnt know what does -- stand for in the above query. I couldnt find out the...
  9. Answers
    3
    Views
    3,408

    Data Warehousing - Re: Load from source to different targets

    I dnt know about Round Robin thing. You can achive this by using sequence generator transformation..
    1) Import ur source table.
    2) create a sequence generator transformation start by one n...
  10. Answers
    3
    Views
    3,408

    Data Warehousing - Re: Load from source to different targets

    Hi Raju,

    Can u please explain me how to use Round robin partition. I am novice to DW and never heard of this before.

    Thanks in advance,
    Divya
  11. Answers
    5
    Views
    3,759

    Data Warehousing - Re: Query to display rank

    use the query below, Its in Db2

    select rollno,name,marks from table_name order by marks asc

    cheers,
    Divya
  12. Answers
    5
    Views
    4,392

    Data Warehousing - Re: Identify New Records

    Just use a update transformation and give the option dd_update in Update strategy expression, when u run it new records get inserted or old ones get updated. I dnt think there is a need for lookup...
Results 1 to 12 of 13
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact