Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to delete the duplicate rows from a table in SQL Server ??

Answer Posted / sudha511

select distinct * into #temp from sampletbl
delete sampletbl
insert into sampletbl
select * from #temp
drop table #temp

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ddl command?

1033


What are indexes in sql?

1349


Do you know what is rank function?

1125


Which is the latest version of sql server and when it is released?

1194


How can you check the level of fragmentation on a table?

1087


What are the differences between union, intersect, and minus operators?

1139


You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?

1087


What are the advantages of sql azure?

140


What is inline variable assignment?

1080


Explain what is the difference between a local and a global temporary table?

1045


What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?

1018


What is the definition for sql server 2000?

1137


Does partitioning ssd reduce performance?

929


Explain difference between cross join and full outer join?

1064


What is the difference between mysql and sql server?

1087