Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Prajwal
Starting Member
6 Posts |
Posted - 2005-07-11 : 23:03:58
|
| Hi,I am trying to delete duplicate records in my table(loaded twice by mistake)... Is there a simple way of doing it...I have a duplicate record for each record(values in all the fields exactly the same)...Thanks!!! |
|
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2005-07-11 : 23:24:03
|
| Truncate the table, and load it againg from the original source of data.CODO ERGO SUM |
 |
|
|
derrickleggett
Pointy Haired Yak DBA
4184 Posts |
Posted - 2005-07-11 : 23:27:42
|
| http://www.sqlteam.com/item.asp?ItemID=3331MeanOldDBAderrickleggett@hotmail.comWhen life gives you a lemon, fire the DBA. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|