Write a query to delete duplicate records in SQL SERVER
Answer Posted / pavan kumar
Mr. Chandran, I tried your query but the system is throwing
error message as 'Incorrect syntax near the
keyword 'group''.
| Is This Answer Correct ? | 28 Yes | 14 No |
Post New Answer View All Answers
Mention the differences between sql server and mysql.
What is db stored procedure?
Explain for xml explicit mode?
Can group by and orderby be used together?
How to compose an inquiry to demonstrate the points of interest of an understudy from students table whose name begins with k?
How can you know if the row fetched from cursor is still valid in underlying table?
How to create a user to access a database in ms sql server using "create user" statements?
What command would you use to add a column to a table in sql server?
How does using a separate hard drive for several database objects improves performance right away?
How can you check the version of sql server?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
Does a specific recovery model need to be used for a replicated database? : sql server replication
Explain about remote stored procedure?
What is difference between delete & truncate commands?
What is Dependency Injection and provide example?