Viewing 6 posts - 1 through 6 (of 6 total)
Customer: "My car recently started to make a weird noise when I run the air conditioning."
Auto mechanic: "You really shouldn't run the air conditioning. Good drivers use the air...
January 14, 2014 at 4:55 am
Aha! The answer is in today's xkcd comic.
January 13, 2014 at 5:28 am
Good ideas about the cursor declaration. Yes, it's declared LOCAL. And although the proc does not modify the table that the cursor is reading, I'm planning to try a superfluous...
January 12, 2014 at 4:48 am
<<strange bug in the >>
Strange indeed, when I can back up the database from one server, restore it onto another server, and the behavior of the stored proc/cursor is different...
January 10, 2014 at 1:36 pm
<< not enough to try to help >>
As the original poster pointed out, the code is good in the first place so even if I send you the whole application...
January 10, 2014 at 1:11 pm
I am battling a similar "self-restarting cursor" . The defect
(a) occurs 100% on one server
(b) occurs 0% on another server
Pseudocode
Declare cursor as..
Open cursor
Fetch next
while @@FetchStatus
...
January 10, 2014 at 12:08 pm
Viewing 6 posts - 1 through 6 (of 6 total)