I have a table which is meant to contain a certain number of duplicate rows, however due to an error in the flat file which gets imported to populate this table, I've ended up with some duplicates, so for example an entry which should have 19 rows, now has 38. I need to delete just 19 of these rows - how can I do this? the table does have a primary key field.
Thanks.
SQL Server 2000
Thanks.
SQL Server 2000