Sql server Find Duplicate value in table Mahesh Javiya 13 years ago 1 min read Find Duplicate Value with count select ColumnName, count(ColumnName) from TableName group by ColumnName having count (ColumnName) > 1; Tags: Find Duplicate value in table Continue Reading Previous: Read Data from .txt file in sqlNext: Db Cleaner Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Time limit is exhausted. Please reload CAPTCHA. 8 × eight = Related Stories Change Microsoft Sql Server Collation 1 min read Sql server Change Microsoft Sql Server Collation Mahesh Javiya 11 years ago Split string table value function sql server 1 min read Sql server Split string table value function sql server Mahesh Javiya 12 years ago drop all foreign key constraints in a database 1 min read Sql server drop all foreign key constraints in a database Mahesh Javiya 12 years ago Insert Statement Script Generator Procedure 2 min read Sql server Insert Statement Script Generator Procedure Mahesh Javiya 12 years ago Generate Http post Request From sql server 1 min read Sql server Generate Http post Request From sql server Mahesh Javiya 13 years ago Db Cleaner 3 min read Sql server Db Cleaner Mahesh Javiya 13 years ago