Viewing 15 posts - 1 through 15 (of 32 total)
Like I said before, I didn't write that stored procedure! Whomever had this job before me was cursor happy:w00t:
January 5, 2015 at 1:01 pm
That makes sense to me too. I think the post right before yours describes what actually happened. Since there was a cursor in the stored procedure that had...
January 5, 2015 at 12:54 pm
No, the stored procedure is executed once, however it contains a cursor (I didn't write it) and it does not contain error handling. So every time it ran it...
January 5, 2015 at 8:33 am
Thank you for your reply. I will explore that option!
January 5, 2015 at 8:30 am
So it happened again. It was on a task that calls a stored procedure, passing in one variable. Like I said the MaximumErrorCount is 1 and FailPackageOnFailure is...
January 5, 2015 at 6:42 am
thank you all for your help. I will see what my manager says before I delete anything.
December 4, 2014 at 2:27 pm
I have checked all the databases and run this query but the file is not in the result set:
SELECT name, physical_name AS current_file_location
FROM sys.master_files order by name
December 4, 2014 at 12:39 pm
If I run it long enough it finishes.
May 13, 2014 at 9:36 am
try looking at the regular expressions. Here is just one article on this: http://msdn.microsoft.com/en-us/magazine/cc163473.aspx
March 20, 2014 at 9:35 am
I am calling the stored procedure from an Execute SQL task.
February 19, 2014 at 8:42 am
Yes, I am calling the stored procedure from BIDS / SSIS 2008.
February 19, 2014 at 8:12 am
I understand -- If you add the event handler to just the package failure tab and set all your tasks to FailParentOnFailure = false and FailPackageonFailure = true then when...
February 18, 2014 at 7:56 am
Well, I answered one of my questions! I dropped the indexes and the data flow is still running, but much, much faster! I am still open to more...
February 18, 2014 at 6:44 am
In my packages I have one stored procedure to handle all events I want to log. In the Event Handlers tab, I create an Execute SQL task to call...
February 18, 2014 at 6:14 am
That issue has been resolved but I do have another that hangs where it is calling a stored procedure that uses a cursor -- somebody else wrote the code and...
January 14, 2014 at 7:33 am
Viewing 15 posts - 1 through 15 (of 32 total)