The information in this article applies to:
SUMMARY
The following script can be used to remove duplicate rows from a SQL
Server table:
When executed, this script moves one instance of any duplicate row in the original table to a duplicate table. It then deletes all rows from the original table that also reside in the duplicate table. Next, the rows in the duplicate table are moved back into the original table. Finally, the duplicate table is dropped. MORE INFORMATIONWhile this method is simple, it does require that you have enough space available in your database to temporarily build the duplicate table. Additional query words: Windows NT
Keywords : kbprg SSrvTran_SQL |
Last Reviewed: November 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |