Viewing 15 posts - 391 through 405 (of 505 total)
This could be your problem. If the column(s) in your where clause are not the "left-most" columns in the index, then the index won't be used effectively.
For instance, if the...
September 4, 2009 at 7:57 am
You're returning 4 times more data in only double the time. Seems equitable.
BUT, I have to ask... where are you returning those 400,000 rows to?
Yes that was my thought...
September 4, 2009 at 7:46 am
we had the same issue 4.7 GB. the cycle procedure was renaming the archives and deleting the oldest one, but didn't touch the big file except that it would indicate...
August 21, 2009 at 2:31 pm
runs fine in BIDS and when it runs normally there is a about a 10 -15 second delay between packages /job steps. After some more investigation I've seen this...
August 21, 2009 at 1:11 pm
The job steps have 0 retries. Could you explain how this may help. Would a retry start the step even if it was going to run at a later time?
August 21, 2009 at 10:55 am
Also when the jobs run normally there is a short pause between steps 10 seconds or so. Now that makes me think, I should start logging pre and post validate/execute...
August 21, 2009 at 10:51 am
capturing start and end job step. Takes a couple minutes then the next step doesn't start for 20 minutes.
August 21, 2009 at 10:41 am
I have also noticed there are overlapping SSIS jobs, Is there a max concurrent jobs? for SSIS dtexec.exe?
August 21, 2009 at 9:31 am
I ended up just using a dummy script component then added a precedence constraint with the expression
@SourceName == @PackageName
This accomplished what I needed. Thanks again.
August 19, 2009 at 12:30 pm
Yes, that will be perfect, thanks for the suggestion. - tom
August 19, 2009 at 12:00 pm
If you copy a package it will have the same ID (guid) as the original.
After a package is copied, you should open the copied package and generate a new guid...
August 19, 2009 at 10:30 am
If you copy a package it will have the same ID (guid) as the original.
After a package is copied, you should open the copied package and generate a new guid...
August 19, 2009 at 10:29 am
A bit more info on this...
According to microsoft:
"OnPostExecute
The event handler for the OnPostExecute event. This event is raised by an executable immediately after it has finished running."
I put a message...
August 19, 2009 at 10:22 am
Also wanted to note there is nothing in the event viewer.
August 14, 2009 at 1:43 pm
Thanks, I never thought of that, I am scripting the rest using the addrolemember stored procedure.
August 7, 2009 at 7:33 pm
Viewing 15 posts - 391 through 405 (of 505 total)