1) how to delete duplicate records from table in sql server
2005
2) what is run time polymorphism
Answer Posted / nkm
SELECT col1,col2 FROM tDupData
GROUP BY col1,col2
HAVING COUNT(*) > 1
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
What can you do as a .net developer?
What is the difference between int16 and int32 in c#?
What is strong name assembly?
Is Multiple-inheritance supported by c#?
What is string concatenation?
Is null in c#?
Is c# code is managed or unmanaged code?
What is global namespace in c#?
how to implement a web service in .net
What is the difference between internal and protected in c#?
Why generics are used?
What is response redirect in c#?
What is attribute and reflection in c#?
What do you mean by a windows process in regards to memory allocation?
Define parsing? Explain how to parse a datetime string?