Viewing 15 posts - 9,391 through 9,405 (of 13,874 total)
jevogelsong (2/13/2014)
February 13, 2014 at 5:48 am
jevogelsong (2/11/2014)
I have a SQL server using a scheduled job to call a SSIS package which copies tables from one server to another. I was asked to add a few...
February 13, 2014 at 12:29 am
Koen Verbeeck (2/11/2014)
The easiest method imo is to use a script task, where you can...
February 13, 2014 at 12:27 am
your best bet is to export the file from the msdn and ...
And if that fails, you could also try MSDB 😀
February 12, 2014 at 2:10 am
Koen Verbeeck (2/11/2014)
I would store the result in an SSIS variable and populate a column in the data flow using a derived...
February 11, 2014 at 1:11 am
The above assumes that:
a) You have created appropriate output columns for your script component
b) That the script component is running in synchronous mode (one row in = one row out)
February 10, 2014 at 12:31 am
And if it is possible with script component please send code ...
It is possible, but I'm not going to write the code for you - unless you want to hire...
February 10, 2014 at 12:29 am
How many files are we talking about and also how many different layouts?
Multiple data flows (one per file type) is one way of handling this.
Another is to send all of...
February 9, 2014 at 7:53 am
..load all this columns into single columns ...
Please explain what you mean by this.
In general, for every different file format, you will need a separate dataflow. Multiple files with...
February 7, 2014 at 3:15 am
Can you explain in more detail what do you mean by this bit please?
.. tried to copy as .xlsx ...
February 7, 2014 at 12:07 am
Scott Coleman (2/6/2014)
February 6, 2014 at 8:36 am
I like T-SQL as much as the next guy, but when someone is talking about transforming data in SSIS I don't assume T-SQL is the only answer.
You seem to be...
February 6, 2014 at 8:08 am
battula.ramu6 (2/6/2014)
February 6, 2014 at 3:38 am
chetan.deshpande001 (2/6/2014)
--Edit
I'm sorry for the formatting/colors ..as this is my first post and do not know how...
February 6, 2014 at 1:28 am
martin.hock (2/6/2014)
Never used it. But if you think it will solve my problem, I will 😉
Certainly a good opportunity for you to learn. I am no PoSh guru by any...
February 6, 2014 at 12:41 am
Viewing 15 posts - 9,391 through 9,405 (of 13,874 total)