how to delete duplicate rows in sql server 2005?
Answers were Sorted based on User's Feedback
Answer / balaji
alter ignore table <tablename> add unique key
(field1,field2,....);
| Is This Answer Correct ? | 1 Yes | 9 No |
how do i list constraints in my database by using sql server2000?
Does uninstalling mysql delete database?
How do we use % when performing a search query?
Can mysql handle billions of records?
What are the features of mysql?
What are procedures in mysql? Explain
What are the types of queries?
How to check server status with 'mysqladmin'?
What is a text delimiter?
What is flush privileges in mysql?
what if you really want to store the timestamp data, such as the publication date of the article?
How many columns is too many mysql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)