Viewing 15 posts - 1,546 through 1,560 (of 4,272 total)
Admit up front this is a stretch.. But you might wrap it all in an EXEC ( ' ' ). I'm wondering if the compiler...
April 27, 2011 at 11:53 am
Syed Jahanzaib Bin hassan (4/27/2011)
April 27, 2011 at 11:23 am
MysteryJimbo (4/27/2011)
April 27, 2011 at 11:20 am
At first glance I would say that insert performance is not your problem.
Simple math, 86,400 seconds in a day OR 86,400,000ms. Even if every insert took 100ms you could...
April 16, 2011 at 8:19 am
Excel is ok IF you are getting excel files. Your code has to handle other types as well, like pdf since you mentioned it earlier.
The simple answer...
April 15, 2011 at 9:49 am
Keep in mind when you say render you are implying a display of the data. The only portion of SQL that really qualifies is SSRS, and I don't think it...
April 15, 2011 at 9:33 am
I think you guys are expecting something from SQL that it doesn't provide. SQL just stores the data, in this case binary data. It doesn't know what that...
April 15, 2011 at 9:17 am
I agree, you don't need to know DTS intimately. The wizard does ok, but will usually no do a very good job with even a slightly complex package or one...
April 15, 2011 at 8:33 am
As it sits the pipeline(buffers) from one data-flow are not accessible from another, period, there is nothing that allows that.
With that said I think brian118 was on the right track.....
April 13, 2011 at 11:28 am
Are you running the app on the same server as the SSIS package runs? Also, what is your comparison methodology? Another thought is you probably have a connection...
April 13, 2011 at 11:12 am
I largely agree with Koen, however, for that method to work without issue you have to know that there will be no duplicates coming out of the source. If you...
April 13, 2011 at 11:05 am
If that is selected the table will be locked. Now depending on what you mean by threads it might be less relevant. If you are trying to do multiple bulk...
April 13, 2011 at 10:34 am
My first thought was that the discussion about a change in methodology might be premature. Have you looked at exactly where the package is taking longer than your test .net...
April 13, 2011 at 10:20 am
I have a few thoughts.. First this is a 2005 forum and you are talking about 2008, which is it? And do you have the correct version of BIDS...
April 11, 2011 at 3:13 pm
Could you explain why you want to do it this way? I think it would be useful to understand.
CEWII
April 11, 2011 at 2:47 pm
Viewing 15 posts - 1,546 through 1,560 (of 4,272 total)