how to delete duplicate rows in sql server2005
Answer Posted / apps
select distinct eno,ename into temp_table from main_table
drop table main_table
-----
sp_rename temp_table,main_table
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is the different types of backups available in sql server? : Sql server database administration
What are various ways to enhance the ssrs report?
How many non clustered indexes there can be on table ?
What are character string data types in ms sql server?
Tell me what are cursors and when they are useful?
How do you Implement SSIS Packages in your Project?
Are all views updatable ?
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
What is format parameter in ssrs?
How many full-text indexes can a table have?
How to create a new schema in a database?
How many database files are there in sql server 2000?what are they?
how can you attach more than 20 ldf files in sql server
What is log shipping? Can we do logshipping with SQL Server 7.0 ?
List down some advantages of sql stored procedure?