Viewing 15 posts - 136 through 150 (of 410 total)
On your connectionmanager, look at the expressions section.
Add an expression and change the connectionstring property to your variable.
TADA
~PD
June 20, 2008 at 1:41 am
Sure you can change the layout, else it would sorta defeat the purpose of development.
Double click on the connection manager and have a look at the advanced tab. There is...
June 20, 2008 at 1:40 am
uhmmmmm
Where to start...
First off, this is the SSIS forum, and you may get some skewed advice.
My 5 cents (and please dont anyone shoot me), but this is my perception at...
June 20, 2008 at 1:37 am
Not sure, readup in BOL in SSIS string expressions
~PD
June 20, 2008 at 1:29 am
Lemme get this straight...
You want to create an excel workbook with 162 sheets. hmmmm, I actually feel sorry for whoever is going to read this report.
Nonetheless, conceptually this should not...
June 20, 2008 at 1:28 am
Execute process task will allow you to execute a Win32 process
~PD
June 20, 2008 at 12:44 am
Derived column transformation will allow you to concat the remaining fields into a single field
~PD
June 20, 2008 at 12:41 am
Uhmmmm, I would consider using a derived column, and working with some string functions, and then building a concatenated date value from there (something like left, mid and right)
Trust this...
June 20, 2008 at 12:40 am
You would select firstname and lastname from your respective tables, and write a derived column which now becomes NAME.
Merge join is all about knowing if you want to do the...
June 20, 2008 at 12:29 am
I am not saying that you should hardcode anything.
All I am saying is that the same way you are building the SQL statement which you are passing to your variable,...
June 20, 2008 at 12:24 am
That is one of many ways in which you can do this. But I think you are missing the point....
Possible suggestion
a) Stage the data (have a staging database). In other...
June 20, 2008 at 12:02 am
How do you mean it is not going to merge the file?
Of course it will
June 19, 2008 at 2:57 am
Hey Sharon,
You are definitely on the right track. Use the concepts of this article.
Basically, your filename variable you will add to the expressions section of the flatfile connection in the...
June 19, 2008 at 12:39 am
If the table is not too big, I would create a table valued function where I specify everything as char(x), and then insert the data into here.
Wont this force the...
June 19, 2008 at 12:36 am
uhmmmmm
🙂 is not a very descriptive posting.
Readup in BOL or google, and if you get stuck, post a little more detail
June 19, 2008 at 12:33 am
Viewing 15 posts - 136 through 150 (of 410 total)