Is it possible to delete duplicate rows in a table without
using a temporary table ?
Answer Posted / ruban
Use ROWID function. It's available only sql server 2005 and
greater
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the openxml statement in sql server?
Tell me what is difference between clustered and non clustered index?
What is the difference between lock, block and deadlock? : sql server database administration
What is the correct order of the logical query processing phases?
How to retrieve error messages using odbc_errormsg()?
Why variables called the most powerful component of ssis?
How are the unique and primary key constraints different?
What is sharding?
You are doing log shipping due to some reasons it is failing. How you will proceed from there
What is always encrypted?
How the authentication mode can be changed?
How many joins in sql server?
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
What are the advantages of using stored procedures?
Tell me about the approaches which you used to counter the DI problems.