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 says "CREATE UNIQUE" & "Constraint".
I cannot modify that value. (and I don't think I should)
I can manually update the column by hand but I just cannot update all at once.
I have thousands of records which I cannot do it manually...
Plase help.
Thanks.
Urya
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 says "CREATE UNIQUE" & "Constraint".
I cannot modify that value. (and I don't think I should)
I can manually update the column by hand but I just cannot update all at once.
I have thousands of records which I cannot do it manually...
Plase help.
Thanks.
Urya