Viewing 3 posts - 1 through 3 (of 3 total)
Yes cursors are nasty if you have a lot of data. But as a quick looping example they are good.
I usually loop through the table using one of the column identifiers. ...
October 21, 2005 at 10:30 am
#599201
If if doesn't matter which record you keep you could just create a cursor that includes each duplicate and the number of times the duplicate appears in the table. Loop...
October 21, 2005 at 9:41 am
#599171
I really believe that much of this lack in knowledge comes from the advent of MS SQL server. I am not putting down MS SQL; I have been working...
August 18, 2005 at 2:04 pm
#583303