Viewing 4 posts - 1 through 4 (of 4 total)
My experience is with Sybase, not SQL server, but there are two areas I have always found cursors (or loops if you wish, doesn't much matter) very helpful and far...
November 17, 2015 at 4:19 pm
Cursors can have a higher performance in many cases where dealing with large updates. There are a couple reasons for this:
- The deleted and inserted tables used by...
June 1, 2015 at 10:31 am
When dealing with large data that needs to be updated differently, row by row, cursors can have much higher performance for a couple reaons:
1.
June 1, 2015 at 10:26 am
In order to use "," as a delimiter in my format file on a Unix system, I had to enter it like this: "\",\""
In other words I had to...
March 24, 2015 at 1:41 pm
Viewing 4 posts - 1 through 4 (of 4 total)