May 27, 2008 at 2:49 am
Hi ,
I am having one table it's having lacs of duplicates.I need to delete the records based on 3 columns.Though I found one script which uses cursor, it's taking lot of time.
Can anyone help me with a script which is faster.
Thanks,
Surendra
May 27, 2008 at 2:55 am
Please post your table structure and the columns based on which you want to drive deleting the duplicates.
Thanks
Prasad Bhogadi
www.inforaise.com
May 27, 2008 at 6:44 pm
Deleting lacs of duplicates is going to take a long time if you have indexes and triggers and maybe even indexed views...
How big is the table including the duplicates (in rows, please)? Also, is anyone else going to be using the table while you're doing the deletes?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply