Duplicate Rows in a table can be very irritating and cause for many headaches. So how can you identify duplicate rows in a table? SQL Server provides no visual tool or a built in function to show you the duplicate rows in a table, so you need to write your own query to get the duplicate rows.
read more