Viewing 15 posts - 301 through 315 (of 391 total)
Jeffrey Williams (7/2/2009)
July 2, 2009 at 10:30 am
CREATE TABLE resumein
(
ID3 INT IDENTITY(1,1) NOT NULL,
...
July 2, 2009 at 9:52 am
I have a bunch of resumes in my database, which include duplicates.
ResumeData Table
resume
What i am trying to do is create a DB VIEW of the same...
July 2, 2009 at 9:21 am
What i mean is:
record1 - email, other fileds
record2 - email, other fields
record3 - email, other fields
If record2.email = record1.email NEXT
If record3.email = record1.email NEXT
etc ..........
Thanks
July 2, 2009 at 8:40 am
I guess i go into Visual Studio 2008 from SSIS. Apologies for the confusion.
June 1, 2009 at 9:52 am
Ted,
I finally got it working 🙂
I can't thank you enough for your help !
Regards
Ian
May 17, 2009 at 8:53 am
Hi John,
After reading the MS threads i went in the wrong direction;(
I did some backtracking and found that although my DB I/O fields were nvarchar(max)
the field in the script...
May 17, 2009 at 8:50 am
Hi John,
Thanks for your suggestion!
I read the thread and changed the maxconcurrentexecutables from (-1) to (1) with no improvement:(
Any other ideas ?
Regards
Ian
May 17, 2009 at 6:33 am
Ted,
Your solution works great if a resume has only one or two emails.
If it has > 2 emails it fails with a
" The value is too large to...
May 17, 2009 at 6:30 am
Ted,
Thanks again for your help, but i cant get your script to work on my single resume input file.
How did you test it ?
Regards
Ian
May 15, 2009 at 5:43 pm
Ted,
My goal is to read a folder of text resumes and extract all the emails for EACH resume.
If you look at the resume in the attachment, it has a generic...
May 15, 2009 at 7:13 am
Ted,
May i send you a direct email as it may be quicker ?
Regards
Ian
May 15, 2009 at 6:43 am
Update...I finally got your package working after i removed 'local' and changed to my instance and removed 'foo' from the script.
The downside is that it outputs exactly what you...
May 14, 2009 at 7:57 pm
I finally got your package to run but it keeps locking up SSIS.
I dont have local setup,(which maybe why SSIS is locking up) so i changed the Input file to...
May 14, 2009 at 6:48 pm
Ted,
Thanks very much for your efforts on this:-D
I have run into a couple of issues:
I created the new DBA05 database and two tables. My input text resumes are in a...
May 14, 2009 at 2:18 pm
Viewing 15 posts - 301 through 315 (of 391 total)