Viewing 15 posts - 1 through 15 (of 23 total)
Thanks steveb! I ended up manually editing the fields.
~Bhavna
May 14, 2009 at 9:15 am
I'm not. Tried with the " in the text qualifier box and it worked. Thanks Strick!
~Bhavna
May 13, 2009 at 12:50 pm
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...
December 2, 2008 at 8:58 am
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...
November 26, 2008 at 12:22 pm
Thanks Noel. I'm getting the correct results now.
Thank you!
October 17, 2008 at 1:20 pm
I have to pull new changes in last one month. If there is a duplicate pull the last one. For e.g.
Join_Date...
October 17, 2008 at 11:22 am
Thanks All!
I have changed the query to single quotes and that worked.
Thanks,
Bhavna
August 16, 2007 at 11:06 am
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...
June 16, 2006 at 7:42 am
I have changed the temporary to global temp. tables and still getting the same error message.
August 19, 2003 at 8:30 pm
Thanks brendthess, I am able to fix the problem everything works great.
August 4, 2003 at 1:49 pm
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...
August 4, 2003 at 8:52 am
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 🙁
August 1, 2003 at 2:39 pm
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...
August 1, 2003 at 7:22 am
Viewing 15 posts - 1 through 15 (of 23 total)