How to insert duplicate records in sql without using cursor
Hello world, A week back i had a performance issue with inserting duplicating records to a table. Previously i was using cursors to duplicate the records. But cursor sucks a …
Read More “How to insert duplicate records in sql without using cursor”