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 / himmat

delete from table name
having count(column name)>1
group by column name

Is This Answer Correct ?    15 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the cursor lock types?

1097


What are the five major components of a dbms?

961


what are candidate key, alternate key and composite key? : Sql server database administration

962


what are different types of backups available in sql server? : Sql server database administration

984


What are the main differences between #temp tables and @table variables and which one is preferred?

1134


Insert syudents details in table.Current system date &time insert into joining time.How do insert?( in sysdate only return current system date how do add time?)

1941


what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?

5974


You want to check the syntax of a complicated update sql statement without executing it. What command should you use?

1043


What do you mean by tablesample?

1124


You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?

1156


What are user defined functions in ms sql server?

1064


Explain the benefits of user-defined functions?

1122


How to convert numeric expression data types by assignment operations?

1135


Is it true that rules do not apply to data already existing in a database at the time the rule is created?

1087


Explain atomicity?

1126