Viewing 15 posts - 11,551 through 11,565 (of 13,876 total)
I think that your problem is that when you open the writer the second time it overwrites the contents of the file.
To avoid this, just open the writer at the...
March 10, 2011 at 12:36 am
Code-1029433 (3/9/2011)
I've been searching the forums trying to find the answer to my question but I'm not having much luck. The majority of our clients require that...
March 9, 2011 at 11:11 am
natarshia.peck (3/9/2011)
"some text","some text2","some name "BookTitle"...
March 9, 2011 at 7:09 am
Impressive commitment! When I am 'between projects' I tend to work on improving my guitar skills:smooooth:
March 9, 2011 at 3:43 am
That's a message I always try to get across. The fact that the files are usually called 'Comma Separated' is not helping the cause one bit and I think we...
March 9, 2011 at 3:31 am
Koen Verbeeck (3/9/2011)
natarshia.peck (3/8/2011)
i am running into a similar problem with the embedded double quotes.
I tried using the redirect row on error to just skip those rows with the double...
March 9, 2011 at 3:02 am
Other than the ideas put forward by myself and Todd, I know of no way forward for you.
There is nowhere in the system where you can set a flag: "Skip...
March 9, 2011 at 12:45 am
This is a bit out of my domain.
Was that deliberate?? Nice pun!
March 8, 2011 at 10:55 am
Not in the package, but within the job set-up.
March 8, 2011 at 7:31 am
I'm with Craig on that - can I ask what made you post this question in the SSIS forum? Do you have a certain solution or methodology in mind that...
March 7, 2011 at 12:17 pm
Try this:
@[System::PackageName] + RIGHT((DT_STR,4,1252)YEAR(GETDATE()),2) + RIGHT("0" + (DT_STR,2,1252)MONTH(GETDATE()),2) + RIGHT("0" + (DT_STR,2,1252)DAY(GETDATE()),2)
March 7, 2011 at 10:15 am
quillis131 (3/7/2011)
how should i cast package name variable and getdate.....can anyone give mee the exact expressions ...new to ssis
Please take a little more care with your question.
What do you mean...
March 7, 2011 at 9:33 am
jcrawf02 (3/4/2011)
Phil Parkin (3/4/2011)
Just dive in and keep asking questions and you'll soon gain the requisite experience.
heh...makes me think of that sig (can't remember whose at the moment) "semper in...
March 4, 2011 at 6:58 am
jcrawf02 (3/4/2011)
Jeff Moden (3/3/2011)
Heh... or just do it all in T-SQL stored procedures. :-D:-P;-)
How do I decide when to use subpackages vs stored procedures vs straight SQL tasks? I would...
March 4, 2011 at 6:42 am
Viewing 15 posts - 11,551 through 11,565 (of 13,876 total)