When I run "update MYTABLE123 SET ColumnA=ColumnB"
I get the following message.
Msg 2627, Level 14, State 1, Server MYSERVER\MYSQL, Line 1
Violation of PRIMARY KEY constraint 'MYTABLE123'. Cannot insert duplicate key in
object 'MYTABLE123'.
The statement has been terminated.
The constraint...