Viewing 15 posts - 3,766 through 3,780 (of 11,678 total)
Read this article, it has the solution to your problem:
What’s the deal with Excel & SSIS?[/url]
(tip: IMEX and TypeGuessRows)
February 3, 2014 at 11:57 pm
Had to do this once, so easy one for me 😀
Thanks Steve for the question.
February 3, 2014 at 11:55 pm
yashuvp (2/3/2014)
Thanks for the reply. Where can I find the Adapter for Oracle?Thanks
Yash
Did you not see the link I posted?
February 3, 2014 at 11:51 pm
The problem is probably that you're not doing a bulk insert into Oracle (while you are doing a bulk insert into SQL Server, hence the performance difference).
You can try the...
February 3, 2014 at 3:00 pm
Jeff Moden (2/3/2014)
Koen Verbeeck (2/3/2014)
Jeff Moden (2/2/2014)
Koen Verbeeck (2/2/2014)
asranantha (2/2/2014)
February 3, 2014 at 10:13 am
Right click the annotation and choose "Set Text Annotation Font" from the context menu.
February 3, 2014 at 7:15 am
Jeff Moden (2/2/2014)
Koen Verbeeck (2/2/2014)
asranantha (2/2/2014)
February 3, 2014 at 12:05 am
asranantha (2/2/2014)
February 2, 2014 at 2:25 pm
Typically you have one fact table per business process.
I wouldn't store aggregated facts in the fact table (next to the low grain transactional facts).
If you want to store aggregated facts,...
February 2, 2014 at 2:24 pm
Stefan Krzywicki (1/30/2014)
rodjkidd (1/30/2014)
SSIS process has failed this morning. Business noticed before the support guys. Error says a problem with a column - the files uses ;...
January 31, 2014 at 12:15 am
Instead of making your life very difficult, I would make a seperate data flow for each type of flat file.
January 31, 2014 at 12:12 am
GAURAV UPADHYAY (1/30/2014)
[font="Verdana"]Yes you can run all insertions in parallel. Be sure to drop all indexes on the table before running the import and recreate them afterwards[/font]
I think the OP...
January 31, 2014 at 12:04 am
You can indeed only choose one option.
If you have multiple destinations for your files, you need to get it in the source query (store it alongside in the table?).
A variable...
January 30, 2014 at 3:55 am
Viewing 15 posts - 3,766 through 3,780 (of 11,678 total)