Tutorials
Resources
Forum
Communities
Interview
Jobs
Projects
Offshore Development
Silverlight Tutorials
|
Mentor
|
Code Converter
|
Articles
|
Code Factory
|
Computer Jokes
|
Members
|
Peer Appraisal
|
IT Companies
|
Bookmarks
|
Revenue Sharing
|
Prizes & Awards
My Profile
Sign In
Register
AdSense Revenue
Active Members
Today
Abhi
(63)
Appukuttan
(40)
divya
(36)
Last 7 Days
Appukuttan
(660)
Babu Akkandi
(465)
Tejinder Singh ...
(273)
more...
New Feature:
Community Sites
:
Create your own .NET community website and start earning from Google AdSense !
It's Free !
How to Find Duplicate Records
Posted Date: 15 Jun 2008
Resource Type:
Code Snippets
Category:
SQL
Author:
Bhoopendra Shakya
Member Level:
Bronze
Rating:
Points
: 10
The following code snippet shows how to find duplicate records in sql server
select count(*), column1, column2 from table_name
group by column1, column2
having count(*)>1
Note : Duplicate search on column1 & column2
Responses
Author:
sreelatha yalamanchi
16 Jun 2008
Member Level:
Silver
Points
: 1
oh nice...thank u........the information you have given is really helpful for me..
Feedbacks
Popular Tags
What are tags ?
Search Tags
Sign In
(No tags found.)
Post Feedback
This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must
Sign In
to post a response.
Next Resource:
How to find Logins Creayed in last X Days
Previous Resource:
How to see whether the stored procedure is present or not?
Return to Discussion Resource Index
Post New Resource
Category:
SQL
Post resources and
earn money
!
Related Resources
Getting the Number of SQL Instances running in Network
How to get the first day of the week, last day of the week and last day of the month using T-SQL dat
How to get the name of the registry key under which SQL Server is running
Syntax of @@TRANCOUNT function in SQL Server
How to make a queue unavailable in SQL server
dotNet Slackers
BizTalk Adaptors
Web Design
Contact Us
Privacy Policy
Terms Of Use