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 a schema in ms sql server 2005?
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
What is index fragmentation in ms sql server?
How to bind a view to the schema of the underlying tables?
Difference Between ORDER BY Clause and GROUP BY Clause in SQL?
Differentiate between a having clause and a where clause.
Name and describe few console utilities for ssrs?
How to use column default values in insert statements in ms sql server?
how to overcome kernel isssues
What is 2nf in normalization?
How many databases instances are there in sql server 2000?
What is the command to change the recovery model?
How to change the data type of an existing column with "alter table" statements in ms sql server?
What is key attribute?
What are data regions?