how to delete duplicate rows in sql server2005
Answer Posted / sundaravadivel g
Select top 1 * from table where a=1
select top 1* into table1 from table where a=1
delete from table
insert into table
select * from table1
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Explain can you implement data mining in ssrs?
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
How to create a large table with random data for index testing in ms sql server?
What are the grouping functions?
How to encrypt Strored Procedure in SQL SERVER?
What are orphan records?
What is sleeping status in sql server?
How to use old values to define new values in update statements in ms sql server?
What is the difference between clustered and a non-clustered index?
Can we use pragma autonomous_transaction in trigger?
Explain the difference between primary keys and foreign keys?
Explain system rowset functions?
Is sql server is free?
Can you explain various data region available in ssrs with their use?
What are various limitations of the views?