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
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
What is eager loading in c#?
Can the accessibility of a type member be greater than the accessibility of its containing type?
How can we sort an array in c#?
What are delegates?
Is c# a keyword?
Why we use anonymous methods in c#?
What is use of a HashTable in .NET?
How would you describe encapsulation in c#?
What are cookies in c#?
What is boxing in c#?
What is using directive in c#?
What is an actual parameter?
is it possible to access a remote web service Without UDDI?
In a site to turn off cookies for one page which method is followed?