Viewing 15 posts - 11,551 through 11,565 (of 13,877 total)
I don't think it should be that messy - depending on your coding skills, of course 🙂
For each table in [array]
create destination table
copy data across
Next
Simple:-D
March 10, 2011 at 2:31 am
The data flow component does not work well in dynamic situations: you need to find another way.
One is the use of dynamic SQL to do all of the DDL and...
March 10, 2011 at 2:21 am
Unless they're trying to use excel to manipulate the data after it's been exported to them, sigh.....
Brings to mind a whole batch of accountants doing multi-tab analyses very very slowly...
March 10, 2011 at 12:59 am
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
Viewing 15 posts - 11,551 through 11,565 (of 13,877 total)