This is probably a stupid question to most of you and it doesn't deal with programming, but I couldn't find a place to ask this question dealing with SQL Server.
In a table with 2 columns, I can't delete a duplicate row.
For example:
Column 1 Column 2
-----------------------------------------
Bob 703-123-4567
John 703-987-6543
Bob 703-123-4567
When I try to delete or even edit the "Bob" row, I get this error message:
"Key column information is insufficient or incorrect. Too many rows were affected by update."
Does anyone know how I can get rid of the duplicate row??
Thank you.
In a table with 2 columns, I can't delete a duplicate row.
For example:
Column 1 Column 2
-----------------------------------------
Bob 703-123-4567
John 703-987-6543
Bob 703-123-4567
When I try to delete or even edit the "Bob" row, I get this error message:
"Key column information is insufficient or incorrect. Too many rows were affected by update."
Does anyone know how I can get rid of the duplicate row??
Thank you.