Delete Duplicate Record
-
I want to Delete the Duplicate records from a perticular table except the minimum ID of these Duplicate records.............Using Sql Query
-
I want to Delete the Duplicate records from a perticular table except the minimum ID of these Duplicate records.............Using Sql Query
Are you doing this from a VB application or from a database environment? Also, what data is duplicated? Is it the entire row or just certain fields? If you're doing this from a database application then you'd be better off posting in the database forum, you're more likely to get an answer there.
-
Are you doing this from a VB application or from a database environment? Also, what data is duplicated? Is it the entire row or just certain fields? If you're doing this from a database application then you'd be better off posting in the database forum, you're more likely to get an answer there.
I am doing this from vb.net ; And the Duplicate records are just certain field not an entire row