Forum Replies Created

Viewing 15 posts - 1 through 15 (of 23 total)

  • RE: Columns order

    Thanks steveb! I ended up manually editing the fields.

    ~Bhavna

  • RE: Comma seperated file

    I'm not. Tried with the " in the text qualifier box and it worked. Thanks Strick!

    ~Bhavna

  • RE: Generate multiple text files using SSIS

    Yes, I'll be splitting data based on the meeting code. I have about 100+ meeting codes. I'm still not sure how to use the conditional split. I have defined condition...

  • RE: Generate multiple text files using SSIS

    Thanks Tim!

    Here is the query. I would like to generate seperate text file for each meeting

    SELECT tblWrkshops.MeetingCode, SessionNumber= ISNULL(tblWrkshopSubjects.SessionNumb, '01'), tblSessionCons.ConsultantCode,

    tblWrkshopSubjects.SubjectTitle, GenSubject = tbl_Subject_Code.parent_session_code--, tbl_lkp_ParentSessionCodes.ParentSessionTitle

    FROM tblWrkshops LEFT JOIN...

  • RE: Retrieve last updated record for each row

    Thanks Noel. I'm getting the correct results now.

    Thank you!

  • RE: Retrieve last updated record for each row

    I have to pull new changes in last one month. If there is a duplicate pull the last one. For e.g.

    Join_Date...

  • RE: convert big int

    That worked!

    Thank you,

    Bhavna

  • RE: Microsoft OLE DB Provider for ODBC Drivers error ''''80040e14''''

    Thanks All!

    I have changed the query to single quotes and that worked.

    Thanks,

    Bhavna

  • RE: Merge two tables

    I have another question, I also have to update another field called mem_type in the same update statement. That field is not coming from table A. For mem_type I have to...

  • RE: Merge two tables

    Thanks Jeff, it worked.

  • RE: Invalid Object Name

    I have changed the temporary to global temp. tables and still getting the same error message.

  • RE: Wrong Data

    Thanks brendthess, I am able to fix the problem everything works great.

  • RE: Wrong Data

    I believe I have to use inner join for Event_date and that works. Now, if I use "OR" for the second loop in where clause, I get records that has...

  • RE: Wrong Data

    Instead of going by ev.event_date is NULL, I am checking ev.event_date not between '4/01/2003' and '6/30/2003' still it does not work 🙁

  • RE: Wrong Data

    Brendthess query sort of works, but still getting records that has event dates. Requirements for this query are: show all the records that have at least one clinical call, but...

Viewing 15 posts - 1 through 15 (of 23 total)