Viewing 15 posts - 571 through 585 (of 1,518 total)
Paul White (9/9/2009)
Marios Philippopoulos (9/9/2009)
I used the -g startup parameter (I specified it as -g384), and the problem...
September 9, 2009 at 8:11 am
I have had the same problem in the past (on 32-bit environment).
I used the -g startup parameter (I specified it as -g384), and the problem went away.
September 9, 2009 at 7:23 am
Elliott W (8/27/2009)
http://www.simple-talk.com/sql/sql-server-2005/sql-server-2005-ssis-tuning-the-dataflow-task/
Use a SQL Select Statement to Retrieve Data From a View
Avoid using the Table or view access mode in the OLE DB Source...
August 27, 2009 at 11:26 am
Elliott W (8/27/2009)
I can't remember for sure, I know there is a reason, but I can't remember why. Sorry man..CEWII
No worries, I'd like to learn more about the internals...
August 27, 2009 at 7:59 am
The performance issue is fixed.
The package has gone from running for over 3 hrs to 10 seconds!!
The change you ask?
In the OLEDB Source of my data-flow component I...
August 26, 2009 at 4:45 pm
gah (8/14/2009)
have you any "WHERE" clauses in your SELECT...
Yes, we have a WHERE clause in the OPENQUERY SELECT.
August 17, 2009 at 1:59 pm
Gkhadka (8/14/2009)
August 14, 2009 at 3:12 pm
gah (8/14/2009)
what response times do you get if you use OPENQUERY against the LinkedServer?are you filtering on any records in the source table?
Thanks for the suggestion, actually this is in...
August 14, 2009 at 3:10 pm
Elliott W (8/14/2009)
August 14, 2009 at 2:18 pm
I just noticed that I'm using the "Table or View" access mode in the OLEDB Source Adapter. According to this link this is very bad for performance:
http://www.simple-talk.com/sql/sql-server-2005/sql-server-2005-ssis-tuning-the-dataflow-task/
Use a SQL Select...
August 14, 2009 at 1:53 pm
Elliott W (8/14/2009)
1. Is the destination table empty at the beginning of the load? I seem to remeber being told that this can prevent the fast load option...
August 14, 2009 at 1:37 pm
Hey guys, good point on caching data locally at set intervals and using local queries during the day (as opposed to linked servers).
At this point of the discussion I have...
August 14, 2009 at 10:46 am
I'm not using ORACLE, but the link contained interesting info all the same.
August 13, 2009 at 1:26 pm
This link looks interesting:
August 13, 2009 at 12:31 pm
Elliott W (8/12/2009)
August 13, 2009 at 12:03 pm
Viewing 15 posts - 571 through 585 (of 1,518 total)