|
|
|
|
Browse by Tags
All Tags » Performance » T-SQL » SQL Server 2008 R2 (RSS)
-
A few days ago I was asked a question how to remove duplicates from a table. As usually in such cases, the duplicate values were related only to several columns, not all of them. So classical approach, to copy distinct data into temp table, truncate the table with duplicates and then copy the data back wouldn’t work. In such cases I find one of ...
|
|
|
|
|